Package org.xmlresolver.exceptions
Class CatalogInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.xmlresolver.exceptions.CatalogUnavailableException
org.xmlresolver.exceptions.CatalogInvalidException
- All Implemented Interfaces:
Serializable
An invalid catalog exception.
This exception is raised when a catalog is invalid: when it doesn't satisfy the constraints of the grammar or is not well-formed.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCatalogInvalidException
(String message) Construct an exception with a message about what went wrong. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CatalogInvalidException
Construct an exception with a message about what went wrong.- Parameters:
message
- A description of the underlying cause.
-