Class ValidatorInitializationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.daffodil.api.validation.ValidatorInitializationException
- All Implemented Interfaces:
Serializable
Exception to be thrown when initialization of a validator fails
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidatorInitializationException
(String message) Constructor for exception with string 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
-
ValidatorInitializationException
Constructor for exception with string message- Parameters:
message
- error message
-