Class ValidationException

All Implemented Interfaces:
Serializable

public class ValidationException extends AbstractRuntimeException
Thrown if a value doesn't meet the validation criteria.
Since:
1.1
See Also:
  • Constructor Details

    • ValidationException

      public ValidationException(String message)
      Construct an ValidationException with the specified detail message.
      Parameters:
      message - the detail message (which is saved for later retrieval by the AbstractRuntimeException.getMessage() method).