Class ValidatorException

  • All Implemented Interfaces:
    Serializable

    public class ValidatorException
    extends Exception
    Generic exception class for validator errors.
    Author:
    Martin Lindström (martin.lindstrom@litsec.se)
    See Also:
    Serialized Form
    • Constructor Detail

      • ValidatorException

        public ValidatorException​(ValidationContext context)
        Constructor that initializes based on the supplied ValidationContext.
        Parameters:
        context - validation context
      • ValidatorException

        public ValidatorException​(String message)
        Constructor accepting an error message.
        Parameters:
        message - the error message
      • ValidatorException

        public ValidatorException​(String message,
                                  Throwable cause)
        Constructor accepting an error message and the cause of the error.
        Parameters:
        message - the error message
        cause - the cause of the error