Class CesopValidationException

    • Constructor Detail

      • CesopValidationException

        public CesopValidationException​(String message,
                                        ValidationError validationError)
        Instantiates a new Cesop validation exception.
        Parameters:
        message - the message
        validationError - the validation error
      • CesopValidationException

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

        public CesopValidationException​(String message,
                                        Throwable cause)
        Constructor.
        Parameters:
        message - message the exception message
        cause - the exception cause
    • Method Detail

      • getValidationError

        public ValidationError getValidationError()
        Gets validation error.
        Returns:
        the validation error