|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
rescuecore.UnknownPropertyException
An exception to be thrown whenever an object encounters an unknown property
Field Summary |
Fields inherited from class java.lang.Exception |
|
Constructor Summary | |
UnknownPropertyException(int property)
Construct a new exception based on the given unknown property |
|
UnknownPropertyException(int property,
int index)
Construct a new exception based on the given unknown property |
|
UnknownPropertyException(java.lang.String s)
Construct a new exception with a given error message |
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 |
Constructor Detail |
public UnknownPropertyException(int property)
property
- The unknown property causing problemspublic UnknownPropertyException(int property, int index)
property
- The unknown property causing problemsindex
- The index into a buffer where the problem occurred;public UnknownPropertyException(java.lang.String s)
s
- The error message
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |