net.infonode.properties.base.exception
public class InvalidPropertyTypeException extends PropertyException
Version: $Revision: 1.4 $
| Constructor Summary | |
|---|---|
| InvalidPropertyTypeException(Property property, Property invalidProperty, String text)
Constructor.
| |
| Method Summary | |
|---|---|
| Property | getInvalidProperty()
Returns the property which type is incompatible with the property type.
|
Parameters: property the property invalidProperty the property which type is incompatible with the property type text the exception text
Returns: the property which type is incompatible with the property type