All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jdsl.simple.ref.StackFullException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.lang.RuntimeException
                           |
                           +----jdsl.simple.ref.StackFullException

public class StackFullException
extends RuntimeException
Runtime exception thrown when the capacity of the array used by an ArrayStack has been exceeded.

See Also:
ArrayStack

Constructor Index

 o StackFullException(String)

Constructors

 o StackFullException
 public StackFullException(String err)

All Packages  Class Hierarchy  This Package  Previous  Next  Index