Class XSValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.io7m.xstructural.api.XSProcessorException
com.io7m.xstructural.api.XSValidationException
- All Implemented Interfaces:
Serializable
The type of exceptions raised due to validation failures.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionXSValidationException(String message) Construct an exception.XSValidationException(String message, Throwable cause) Construct an exception.XSValidationException(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
-
XSValidationException
Construct an exception.- Parameters:
message- The message
-
XSValidationException
-
XSValidationException
-