|
||||||||||
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.InvalidPropertyValueException
public class InvalidPropertyValueException
An invalid property value was given.
Field Summary | |
---|---|
private java.lang.Object |
value
|
Constructor Summary | |
---|---|
InvalidPropertyValueException(Property property,
java.lang.Object value)
Constructor. |
Method Summary | |
---|---|
java.lang.Object |
getValue()
Returns the value. |
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 java.lang.Object value
Constructor Detail |
---|
public InvalidPropertyValueException(Property property, java.lang.Object value)
property
- the property that was assigned a valuevalue
- the valueMethod Detail |
---|
public java.lang.Object getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |