Package com.helger.schematron
Class SchematronInterruptedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.helger.schematron.SchematronInterruptedException
- All Implemented Interfaces:
Serializable
An unchecked "interrupted" exception.
- Since:
- 6.2.4
- Author:
- Philip Helger
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorConstructor with message -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchematronInterruptedException
public SchematronInterruptedException()Constructor -
SchematronInterruptedException
Constructor with message- Parameters:
sMsg- Message to provide. Should not benull.
-