Class SchematronValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.camel.RuntimeCamelException
org.apache.camel.component.schematron.exception.SchematronValidationException
- All Implemented Interfaces:
Serializable
public class SchematronValidationException
extends org.apache.camel.RuntimeCamelException
SchematronValidationException is thrown if option is set to true.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSchematronValidationException(String message) SchematronValidationException(String message, Throwable e) -
Method Summary
Methods inherited from class org.apache.camel.RuntimeCamelException
wrapRuntimeCamelException, wrapRuntimeExceptionMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SchematronValidationException
-
SchematronValidationException
-