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 PropException
getProperty, toStringMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
Constructor Details
PropValidateException