|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
uk.org.ury.database.exceptions.MissingPropertyException
public class MissingPropertyException
Exception thrown when a DatabaseItem is queried for a property that does not exist. This is (usually) not a fatal error.
Constructor Summary | |
---|---|
MissingPropertyException()
Construct a new MissingPropertyException with a default reason. |
|
MissingPropertyException(java.lang.String reason)
Construct a new MissingPropertyException. |
Method Summary |
---|
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 MissingPropertyException()
public MissingPropertyException(java.lang.String reason)
reason
- The explanation for the exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |