Class ValidatorException

    • Constructor Detail

      • ValidatorException

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

        public ValidatorException​(String message,
                                  Throwable cause)
        Constructor.
        Parameters:
        message - the message.
        cause - the cause.