generics
Class StackFullException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by generics.StackFullException
All Implemented Interfaces:
java.io.Serializable

public class StackFullException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
StackFullException()
          Constructs a new StackFullException with a default error message string.
StackFullException(java.lang.String msg)
          Constructs a new StackFullException with the parameter as the error message string.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StackFullException

public StackFullException()
Constructs a new StackFullException with a default error message string.


StackFullException

public StackFullException(java.lang.String msg)
Constructs a new StackFullException with the parameter as the error message string.

Parameters:
msg - The string passed as the error message string.