Class ValidationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.camel.CamelException
org.apache.camel.CamelExchangeException
org.apache.camel.ValidationException
- All Implemented Interfaces:
Serializable
Base class for all validation exceptions, such as
, so that callers can catch all
validation failures in a single handler irrespective of the particular validation technology used.
invalid reference
org.apache.camel.support.processor.validation.SchemaValidationException
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionValidationException(@Nullable String message, @Nullable Exchange exchange, @Nullable Throwable cause) ValidationException(@Nullable Exchange exchange, @Nullable String message) -
Method Summary
Methods inherited from class CamelExchangeException
createExceptionMessage, getExchangeMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ValidationException
-
ValidationException
-