org.apache.commons.collections
Class BufferUnderflowException
NoSuchElementException
org.apache.commons.collections.BufferUnderflowException
public class BufferUnderflowException
extends NoSuchElementException
The BufferUnderflowException is used when the buffer is already empty.
NOTE: From version 3.0, this exception extends NoSuchElementException.
$Revision: 555824 $ $Date: 2007-07-13 01:27:15 +0100 (Fri, 13 Jul 2007) $- Avalon
- Berin Loritsch
- Jeff Turner
- Paul Jack
- Stephen Colebourne
private Throwable | throwable - The root cause throwable
|
Throwable | getCause() - Gets the root cause of the exception.
|
throwable
private final Throwable throwable
The root cause throwable
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 exceptionexception
- the root cause of the exception
getCause
public final Throwable getCause()
Gets the root cause of the exception.
Copyright (c) 2001-2007 - Apache Software Foundation