Class ValidationCheckException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ValidationCheckFailedException, ValidationCheckSkippedException

public abstract class ValidationCheckException extends ValidationException
Exception by a particular validation check. These exceptions should not abort the validation but rather be rendered as results for the particular check.
See Also:
  • Constructor Details

    • ValidationCheckException

      public ValidationCheckException()
    • ValidationCheckException

      public ValidationCheckException(String aMessage, Throwable aCause, boolean aEnableSuppression, boolean aWritableStackTrace)
    • ValidationCheckException

      public ValidationCheckException(String aMessage, Throwable aCause)
    • ValidationCheckException

      public ValidationCheckException(String aMessage)
    • ValidationCheckException

      public ValidationCheckException(Throwable aCause)