org.apache.commons.collections
public class BufferUnderflowException extends NoSuchElementException
NOTE: From version 3.0, this exception extends NoSuchElementException.
Constructor and Description |
---|
BufferUnderflowException()
Constructs a new
BufferUnderflowException . |
BufferUnderflowException(String message)
Construct a new
BufferUnderflowException . |
BufferUnderflowException(String message,
Throwable exception)
Construct a new
BufferUnderflowException . |
Modifier and Type | Method and Description |
---|---|
Throwable |
getCause()
Gets the root cause of the exception.
|
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public BufferUnderflowException()
BufferUnderflowException
.public BufferUnderflowException(String message)
BufferUnderflowException
.message
- the detail message for this exceptionCopyright © 2001-2013 Apache Software Foundation. All Rights Reserved.