|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--java.lang.RuntimeException | +--org.apache.avalon.excalibur.collections.BufferUnderflowException
The BufferUnderflowException is used when the buffer is already empty
Constructor Summary | |
BufferUnderflowException(String message)
Deprecated. Construct a new BufferUnderflowException. |
|
BufferUnderflowException(String message,
Throwable exception)
Deprecated. Construct a new BufferUnderflowException. |
Method Summary | |
Throwable |
getCause()
Deprecated. Retrieve root cause of the exception. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, 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 BufferUnderflowException(String message)
message
- The detail message for this exception.public BufferUnderflowException(String message, Throwable exception)
message
- The detail message for this exception.Method Detail |
public final Throwable getCause()
getCause
in class Throwable
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |