public class SchematronInitializationException extends Exception
| Constructor and Description |
|---|
SchematronInitializationException()
Instantiates a new SchematronInitializationException.
|
SchematronInitializationException(String message)
Instantiates a new SchematronInitializationException with specified message.
|
SchematronInitializationException(String message,
Throwable throwable)
Instantiates a new SchematronInitializationException with message and throwable.
|
SchematronInitializationException(Throwable throwable)
Instantiates a new SchematronInitializationException with throwable.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SchematronInitializationException()
public SchematronInitializationException(String message)
message - the exception messagepublic SchematronInitializationException(String message, Throwable throwable)
message - the messagethrowable - the throwablepublic SchematronInitializationException(Throwable throwable)
throwable - the throwableThis work is licensed under a Creative Commons Attribution 4.0 International License.