Package rife.ioc.exceptions
Class PropertyValueException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
rife.ioc.exceptions.PropertyValueException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
IncompatiblePropertyValueTypeException
,TemplateFactoryUnknownException
- See Also:
-
Constructor Summary
ConstructorDescriptionPropertyValueException
(String message) PropertyValueException
(String message, Throwable cause) PropertyValueException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PropertyValueException
public PropertyValueException() -
PropertyValueException
-
PropertyValueException
-
PropertyValueException
-