|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
mobi.mtld.da.exception.UnknownPropertyException
public class UnknownPropertyException
The UnknownPropertyException is thrown by the Api class when there is an attemp to fetch a property unknown to the tree.
| Constructor Summary | |
|---|---|
UnknownPropertyException(java.lang.String message)
Constructs a UnknownPropertyException with a message. |
|
UnknownPropertyException(java.lang.Throwable t)
|
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getCause()
|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, 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 |
| Constructor Detail |
|---|
public UnknownPropertyException(java.lang.String message)
message - Detail about the reason for the exception.public UnknownPropertyException(java.lang.Throwable t)
| Method Detail |
|---|
public java.lang.Throwable getCause()
getCause in class java.lang.Throwable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||