|
|||||||||
| 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
public class PropertyException
Gets thrown for illegal property values.
| Constructor Summary | |
|---|---|
PropertyException(String name,
Object value)
Creates a new instance of PropertyException taking a property
name and the invalid value. |
|
PropertyException(String name,
Object value,
Throwable cause)
Creates a new instance of PropertyException 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)
PropertyException taking a property
name and the invalid value.
name - the name of the property with invalid value.value - the invalid value of the property with name name.
public PropertyException(String name,
Object value,
Throwable cause)
PropertyException taking a property
name, the invalid value and a causing throwable.
name - the name of the property with invalid value.value - the invalid value of the property with name name.cause - the causing throwable.| Method Detail |
|---|
public String getName()
null.public Object getValue()
null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||