Package com.iizix.prop
Class PropValidateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.iizix.prop.PropException
com.iizix.prop.PropValidateException
- All Implemented Interfaces:
Serializable
Exception thrown when a property is set and doesn't validate correctly. This exception is typically used with the
PropertyValidator class or the validate method for properties.- Author:
- Christopher Mindus
- See Also:
Constructor Summary
ConstructorsConstructorDescriptionPropValidateException(GProp<?> property, String message) Creates a property exception with a message.Method Summary
Methods inherited from class com.iizix.prop.PropException
getProperty, toStringMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Constructor Details
PropValidateException
Creates a property exception with a message.- Parameters:
message- the detail message.