Class ValidatorException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
SchemaValidationException

public class ValidatorException extends RuntimeException
A ValidatorException is thrown, if the validation of a request or response fails. The validation can fail for formal reasons, such as the wrong format for a parameter or the absence of a required parameter. However, validation can of course also fail because the content does not match the defined schema. In this case have a look into SchemaValidationException.
See Also: