Class EmptyBufferException

All Implemented Interfaces:
Serializable

public class EmptyBufferException extends RuntimeException
Exception used when trying to access items in an empty buffer.
Author:
Kevin Lillis
See Also:
  • Constructor Details

    • EmptyBufferException

      public EmptyBufferException()
      Default Constructor
    • EmptyBufferException

      public EmptyBufferException(String s)
      Constructs an EmptyBufferException with the specified detail message.
      Parameters:
      s - the detail message