- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- ch.bind.philib.validation.ValidationException
-
- All Implemented Interfaces:
Serializable
public class ValidationException extends Exception
- Author:
- Philipp Meinen
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ValidationException(ValidationResults results)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetMessage()ValidationResultsgetValidationResults()-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ValidationException
public ValidationException(ValidationResults results)
-
-
Method Detail
-
getValidationResults
public ValidationResults getValidationResults()
-
getMessage
public String getMessage()
- Overrides:
getMessagein classThrowable
-
-