Package com.highdeal.hci
Class EntityUnresolver.ForbiddenEntityResolutionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.xml.sax.SAXException
com.highdeal.hci.EntityUnresolver.ForbiddenEntityResolutionException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- EntityUnresolver
Exception thrown when an entity resolution is requested.
The entity to be resolved is available by using the following methods:
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionForbiddenEntityResolutionException(String publicId, String systemId) Initializes a ForbiddenEntityResolutionException with entity to be resolved. -
Method Summary
Modifier and TypeMethodDescriptionGets the name of the entity to be resolved.Gets the entity URL of the entity to be resolved.Methods inherited from class org.xml.sax.SAXException
getCause, getException, getMessage, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
Constructor Details
-
ForbiddenEntityResolutionException
Initializes a ForbiddenEntityResolutionException with entity to be resolved.- Parameters:
publicId- The public name of the entity being referencedsystemId- The entity URL
-
-
Method Details
-
getPublicId
Gets the name of the entity to be resolved.- Returns:
- The name of the entity as string
-
getSystemId
Gets the entity URL of the entity to be resolved.- Returns:
- The entity URL as string
-