Class EmptyException

All Implemented Interfaces:
Serializable

public class EmptyException extends IllegalStateException
Thrown when an application attempts to use extract elements from an empty IntSet.
See Also:
  • Constructor Details

    • EmptyException

      public EmptyException()
    • EmptyException

      public EmptyException(String message)
    • EmptyException

      public EmptyException(String message, Throwable cause)