Class InvalidPropertyTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- net.infonode.properties.base.exception.PropertyException
-
- net.infonode.properties.base.exception.InvalidPropertyTypeException
-
- All Implemented Interfaces:
java.io.Serializable
public class InvalidPropertyTypeException extends PropertyException
Thrown when a property type is incompatible with another property type.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description InvalidPropertyTypeException(Property property, Property invalidProperty, java.lang.String text)
Constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Property
getInvalidProperty()
Returns the property which type is incompatible with the property type.-
Methods inherited from class net.infonode.properties.base.exception.PropertyException
getProperty
-
-
-
-
Method Detail
-
getInvalidProperty
public Property getInvalidProperty()
Returns the property which type is incompatible with the property type.- Returns:
- the property which type is incompatible with the property type
-
-