Class InvalidPropertyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.infonode.properties.base.exception.PropertyException
-
- net.infonode.properties.base.exception.InvalidPropertyException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidPropertyException extends PropertyException
Exception thrown when an invalid property was given.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPropertyException(Property property, java.lang.String text)
Constructor.
-
Method Summary
-
Methods inherited from class net.infonode.properties.base.exception.PropertyException
getProperty
-
-
-
-
Constructor Detail
-
InvalidPropertyException
public InvalidPropertyException(Property property, java.lang.String text)
Constructor.- Parameters:
property
- the property that triggered this exceptiontext
- the exception text
-
-