com.Ostermiller.util
Class BufferOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.Ostermiller.util.BufferOverflowException
All Implemented Interfaces:
java.io.Serializable

public class BufferOverflowException
extends java.io.IOException

An indication that there was a buffer overflow.

Since:
ostermillerutils 1.00.00
See Also:
Serialized Form

Constructor Summary
BufferOverflowException()
          Create a new Exception
BufferOverflowException(java.lang.String msg)
          Create a new Exception with the given message.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BufferOverflowException

public BufferOverflowException()
Create a new Exception

Since:
ostermillerutils 1.00.00

BufferOverflowException

public BufferOverflowException(java.lang.String msg)
Create a new Exception with the given message.

Parameters:
msg - Error message.
Since:
ostermillerutils 1.00.00