|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
palmed.util.ChainedException
palmed.io.RecordException
public final class RecordException
This class represents an exception for record operations.
Constructor Summary | |
---|---|
RecordException(java.lang.String message)
Create a record exception. |
|
RecordException(java.lang.String message,
java.lang.Throwable throwable)
Create a record exception. |
|
RecordException(java.lang.Throwable throwable)
Create a record exception. |
Method Summary |
---|
Methods inherited from class palmed.util.ChainedException |
---|
printStackTrace |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public RecordException(java.lang.Throwable throwable)
throwable
- a throwable to chainpublic RecordException(java.lang.String message)
message
- a description of the errorpublic RecordException(java.lang.String message, java.lang.Throwable throwable)
message
- a description of the errorthrowable
- a throwable to chain
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |