public static final class EntityUnresolver.ForbiddenEntityResolutionException
extends org.xml.sax.SAXException
The entity to be resolved is available by using the following methods:
| Constructor and Description |
|---|
ForbiddenEntityResolutionException(java.lang.String publicId,
java.lang.String systemId)
Initializes a ForbiddenEntityResolutionException with entity to be resolved.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPublicId()
Gets the name of the entity to be resolved.
|
java.lang.String |
getSystemId()
Gets the entity URL of the entity to be resolved.
|
public ForbiddenEntityResolutionException(java.lang.String publicId,
java.lang.String systemId)
publicId - The public name of the entity being referencedsystemId - The entity URL