Class SchematronException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- gov.nist.secauto.decima.xml.schematron.SchematronException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
SchematronCompilationException,SchematronEvaluationException
public class SchematronException extends Exception
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SchematronException()SchematronException(String message)SchematronException(String message, Throwable cause)SchematronException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)SchematronException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
SchematronException
public SchematronException()
-
SchematronException
public SchematronException(String message, Throwable cause, boolean enableSuppression, boolean writableStackTrace)
-
SchematronException
public SchematronException(String message)
-
SchematronException
public SchematronException(Throwable cause)
-
-