All Packages Class Hierarchy This Package Previous Next Index
Class jdsl.simple.api.StackEmptyException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----java.lang.RuntimeException
|
+----jdsl.simple.api.StackEmptyException
- public class StackEmptyException
- extends RuntimeException
Runtime exception thrown when one tries to perform operation top or
pop on an empty stack.
-
StackEmptyException(String)
-
StackEmptyException
public StackEmptyException(String err)
All Packages Class Hierarchy This Package Previous Next Index