PropertyValidationException Class
- public class PropertyValidationException
extends ApplicationException
Application exception to signify that a given property did not
match its corresponding PropertyDefinition.
-
Hierarchy
-
Object
Throwable
Exception
ApplicationException
PropertyValidationException
-
All Implemented Interfaces
-
Serializable
Methods from java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyValidationException
public PropertyValidationException()
PropertyValidationException
public PropertyValidationException(String
message,
Throwable
t)
- Constructor
PropertyValidationException
public PropertyValidationException(String
message)
- Constructor
PropertyValidationException
public PropertyValidationException(Throwable
t)
- Constructor