|
||||||||||
| 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
java.lang.IllegalStateException
org.jdtaus.core.container.PropertyException
Gets thrown for illegal property values.
| Constructor Summary | |
PropertyException(String name,
Object value)
Creates a new instance of taking a property name and the invalid value. |
|
PropertyException(String name,
Object value,
Throwable cause)
Creates a new instance of taking a property name, the invalid value and a causing throwable. |
|
| Method Summary | |
String |
getName()
Gets the name of the invalid property. |
Object |
getValue()
Gets the value of the invalid property. |
| 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 |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public PropertyException(String name,
Object value)
name - the name of the property with invalid value.value - the invalid value of the property with name .
public PropertyException(String name,
Object value,
Throwable cause)
name - the name of the property with invalid value.value - the invalid value of the property with name .cause - the causing throwable.| Method Detail |
public String getName()
public Object getValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||