java.lang.Object
java.lang.Throwable
java.lang.Exception
org.enhydra.kelp.common.ValidationException
- All Implemented Interfaces:
- java.io.Serializable
- public class ValidationException
- extends java.lang.Exception
The ValidationException can be thrown when validating option values.
Nested classes inherited from class java.lang.Throwable |
|
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
ValidationException
public ValidationException(java.lang.String message)
- Create a ValidationException with a specified error message.