|
||||||||||
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.buffer.BufferException
public final class BufferException
This class represents an exception for buffer operations.
Constructor Summary | |
---|---|
BufferException(java.lang.String message)
Create a buffer exception. |
|
BufferException(java.lang.String message,
java.lang.Throwable throwable)
Create a buffer exception. |
|
BufferException(java.lang.Throwable throwable)
Create a buffer 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 BufferException(java.lang.Throwable throwable)
throwable
- chained throwablepublic BufferException(java.lang.String message)
message
- a description of the errorpublic BufferException(java.lang.String message, java.lang.Throwable throwable)
message
- a description of the errorthrowable
- chained throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |