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:
  • Field Details

    • serialVersionUID

      static final long serialVersionUID
      THe serial version.
      See Also:
  • Constructor Details

    • EmptyException

      public EmptyException()
      Builds a new exception.
    • EmptyException

      public EmptyException(String message)
      Builds a new exception with a given message.
      Parameters:
      message - the message.
    • EmptyException

      public EmptyException(String message, Throwable cause)
      Builds an exception with a given message and cause.
      Parameters:
      message - the message.
      cause - the cause.