Class EmptyStackException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
java.util.EmptyStackException
All Implemented Interfaces:
Serializable

public classEmptyStackExceptionextendsRuntimeException
Thrown by methods in theStack class to indicate that the stack is empty.
Since:
1.0
See Also:
  • Constructor Details

    • EmptyStackException

      public EmptyStackException()
      Constructs a newEmptyStackException withnull as its error message string.