Class XSProcessorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.xstructural.api.XSProcessorException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
XSTransformException, XSValidationException
The type of exceptions raised by document processors.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXSProcessorException(String message) Construct an exception.XSProcessorException(String message, Throwable cause) Construct an exception.XSProcessorException(Throwable cause) Construct an exception. -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
XSProcessorException
Construct an exception.- Parameters:
message- The message
-
XSProcessorException
-
XSProcessorException
-