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