Class EmptyBufferException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
EmptyBufferException
- All Implemented Interfaces:
Serializable
Exception used when trying to access items in an empty buffer.
- Author:
- Kevin Lillis
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefault ConstructorConstructs an EmptyBufferException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EmptyBufferException
public EmptyBufferException()Default Constructor -
EmptyBufferException
Constructs an EmptyBufferException with the specified detail message.- Parameters:
s- the detail message
-