java.nio
Class BufferUnderflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.nio.BufferUnderflowException
- All Implemented Interfaces:
- Serializable
public class BufferUnderflowException
- extends RuntimeException
A BufferUnderflowException is thrown when you try to read
elements from a buffer, but there is not enough remaining elements in the
buffer.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BufferUnderflowException
public BufferUnderflowException()
- Constructs a
BufferUnderflowException.
Please submit a feedback, bug or feature