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
public class BufferOverflowException
- extends IOException
An indication that there was a buffer overflow.
- Since:
- ostermillerutils 1.00.00
- Author:
- Stephen Ostermiller http://ostermiller.org/contact.pl?regarding=Java+Utilities
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
BufferOverflowException
public BufferOverflowException()
- Create a new Exception
- Since:
- ostermillerutils 1.00.00
BufferOverflowException
public BufferOverflowException(String msg)
- Create a new Exception with the given message.
- Parameters:
msg
- Error message.- Since:
- ostermillerutils 1.00.00
Copyright © 2001-2012 by Stephen Ostermiller