|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.infonode.properties.base.exception.PropertyException
net.infonode.properties.base.exception.InvalidPropertyTypeException
public class InvalidPropertyTypeException
Thrown when a property type is incompatible with another property type.
| Field Summary | |
|---|---|
private Property |
invalidProperty
|
| Constructor Summary | |
|---|---|
InvalidPropertyTypeException(Property property,
Property invalidProperty,
java.lang.String text)
Constructor. |
|
| Method Summary | |
|---|---|
Property |
getInvalidProperty()
Returns the property which type is incompatible with the property type. |
| Methods inherited from class net.infonode.properties.base.exception.PropertyException |
|---|
getProperty |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
private Property invalidProperty
| Constructor Detail |
|---|
public InvalidPropertyTypeException(Property property,
Property invalidProperty,
java.lang.String text)
property - the propertyinvalidProperty - the property which type is incompatible with the property typetext - the exception text| Method Detail |
|---|
public Property getInvalidProperty()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||