org.apache.commons.collections
public class BufferUnderflowException extends NoSuchElementException
NOTE: From version 3.0, this exception extends NoSuchElementException.
Since: Commons Collections 2.1
Version: $Revision: 555824 $ $Date: 2007-07-13 01:27:15 +0100 (Fri, 13 Jul 2007) $
| Constructor Summary | |
|---|---|
| BufferUnderflowException()
Constructs a new BufferUnderflowException. | |
| BufferUnderflowException(String message)
Construct a new BufferUnderflowException.
| |
| BufferUnderflowException(String message, Throwable exception)
Construct a new BufferUnderflowException.
| |
| Method Summary | |
|---|---|
| Throwable | getCause()
Gets the root cause of the exception.
|
BufferUnderflowException.BufferUnderflowException.
Parameters: message the detail message for this exception
BufferUnderflowException.
Parameters: message the detail message for this exception exception the root cause of the exception
Returns: the root cause