net.infonode.properties.base.exception
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:
- Serializable
- public class InvalidPropertyTypeException
- extends PropertyException
Thrown when a property type is incompatible with another property type.
- Version:
- $Revision: 1.4 $
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidPropertyTypeException
public InvalidPropertyTypeException(Property property,
Property invalidProperty,
String text)
- Constructor.
- Parameters:
property
- the propertyinvalidProperty
- the property which type is incompatible with the property typetext
- the exception text
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
Copyright © 2007 NNL Technology AB. All Rights Reserved.