Class SchemaValidationException

  • All Implemented Interfaces:
    Serializable

    public class SchemaValidationException
    extends ValidatorException
    A SchemaValidationException is a special case of a ValidatorException and is thrown, if the validation of a request or response fails due to a schema violation. It offers access to the related OutputUnit, which can be used to gain more information about the validation error.
    See Also:
    Serialized Form