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 https://ostermiller.org/contact.pl?regarding=Java+Utilities
See Also:
  • Constructor Details

    • 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