Package com.helger.schematron
Class SchematronException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.helger.schematron.SchematronException
- All Implemented Interfaces:
Serializable
Base class for all Schematron exceptions.
- Author:
- Philip Helger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchematronException(String sMsg) ConstructorSchematronException(String sMsg, Throwable t) Constructor -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchematronException
Constructor- Parameters:
sMsg- error message
-
SchematronException
Constructor- Parameters:
sMsg- error messaget- Nested exception
-