org.apache.commons.collections
Class BufferUnderflowException
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--java.lang.RuntimeException
|
+--org.apache.commons.collections.BufferUnderflowException
- public class BufferUnderflowException
- extends RuntimeException
The BufferUnderflowException is used when the buffer is already empty
- Since:
- 2.1
- Version:
- $Id: BufferUnderflowException.java,v 1.5 2002/10/13 12:57:38 scolebourne Exp $
- Author:
- Avalon, Berin Loritsch, Jeff Turner, Paul Jack, Stephen Colebourne
- See Also:
- Serialized Form
BufferUnderflowException
public BufferUnderflowException()
- Constructs a new
BufferUnderflowException
.
BufferUnderflowException
public BufferUnderflowException(String message)
- Construct a new
BufferUnderflowException
.
- Parameters:
message
- the detail message for this exception
BufferUnderflowException
public BufferUnderflowException(String message,
Throwable exception)
- Construct a new
BufferUnderflowException
.
- Parameters:
message
- the detail message for this exceptionthrowable
- the root cause of the exception
getCause
public final Throwable getCause()
- Gets the root cause of the exception.
- Returns:
- the root cause
Copyright © 2001-2002 Apache Software Foundation. Documenation generated October 21 2002.