Package com.Ostermiller.util
Class BufferOverflowException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.Ostermiller.util.BufferOverflowException
- All Implemented Interfaces:
Serializable
An indication that there was a buffer overflow.
- Since:
- ostermillerutils 1.00.00
- Author:
- Stephen Ostermiller https://ostermiller.org/contact.pl?regarding=Java+Utilities
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreate a new ExceptionCreate a new Exception with the given 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
-
BufferOverflowException
public BufferOverflowException()Create a new Exception- Since:
- ostermillerutils 1.00.00
-
BufferOverflowException
Create a new Exception with the given message.- Parameters:
msg- Error message.- Since:
- ostermillerutils 1.00.00
-