Class EmptyHeapException

All Implemented Interfaces:
Serializable

public class EmptyHeapException extends RuntimeException
Thrown when an application attempts to remove an item from an empty heap.
See Also:
  • Constructor Details

    • EmptyHeapException

      public EmptyHeapException()
      Default Constructor
    • EmptyHeapException

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