Package org.hcjf.properties
Class IllegalPropertyValueException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- org.hcjf.properties.IllegalPropertyValueException
-
- All Implemented Interfaces:
java.io.Serializable
public final class IllegalPropertyValueException extends java.lang.RuntimeExceptionThis exception is throws when the property value is not valid- Author:
- javaito
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalPropertyValueException(java.lang.String message)Constructor.
-