public interface ValidatorErrorHandler extends ErrorHandler
| Modifier and Type | Method and Description |
|---|---|
void |
handleErrors(org.apache.camel.Exchange exchange,
Schema schema,
Result result)
Process any errors which may have occurred during validation
|
void |
reset()
Resets any state within this error handler
|
error, fatalError, warningvoid reset()
void handleErrors(org.apache.camel.Exchange exchange,
Schema schema,
Result result)
throws org.apache.camel.ValidationException
exchange - the exchangeschema - the schemaresult - the resultorg.apache.camel.ValidationException - is thrown in case of validation errorsApache Camel