public class BufferUnderflowException extends RuntimeException
BufferUnderflowException is thrown when elements are read
from a buffer but there are not enough remaining elements in the buffer.| Constructor and Description |
|---|
BufferUnderflowException()
Constructs a
BufferUnderflowException. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2020 Dmitrii Tikhomirov. All rights reserved.