|
||||||||||
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
public class PropertyException
Base class for all property exceptions.
Field Summary | |
---|---|
private Property |
property
|
Constructor Summary | |
---|---|
PropertyException(Property property,
java.lang.String text)
Constructor. |
Method Summary | |
---|---|
Property |
getProperty()
Returns the property that triggered this exception. |
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 property
Constructor Detail |
---|
public PropertyException(Property property, java.lang.String text)
property
- the property that triggered this exceptiontext
- the exception textMethod Detail |
---|
public Property getProperty()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |