org.apache.commons.collections
Class BufferUnderflowException
RuntimeException
org.apache.commons.collections.BufferUnderflowException
public class BufferUnderflowException
extends RuntimeException
The BufferUnderflowException is used when the buffer is already empty
$Id: BufferUnderflowException.java,v 1.5.2.1 2004/05/22 12:14:02 scolebourne Exp $
Throwable | getCause() - Gets the root cause of the exception.
|
BufferUnderflowException
public BufferUnderflowException()
Constructs a new BufferUnderflowException
.
BufferUnderflowException
public BufferUnderflowException(String message)
Construct a new BufferUnderflowException
.
message
- the detail message for this exception
BufferUnderflowException
public BufferUnderflowException(String message,
Throwable exception)
Construct a new BufferUnderflowException
.
message
- the detail message for this exception
getCause
public final Throwable getCause()
Gets the root cause of the exception.
Copyright © 2001-2004 Apache Software Foundation. Documenation generated ${TODAY}.