|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.ClassNotFoundException | +--com.revusky.niggle.data.UnknownRecordTypeException
exception thrown when an customized object input stream encounters a record type that it doesn't know about.
Constructor Summary | |
UnknownRecordTypeException()
|
|
UnknownRecordTypeException(java.lang.String type)
|
Methods inherited from class java.lang.ClassNotFoundException |
getException, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnknownRecordTypeException(java.lang.String type)
public UnknownRecordTypeException()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |