generics
Class StackEmptyException

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

public class StackEmptyException
extends java.lang.RuntimeException

See Also:
Serialized Form

Constructor Summary
StackEmptyException()
          Constructs a new StackEmptyException with a default error message string.
StackEmptyException(java.lang.String msg)
          Constructs a new StackEmptyException 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

StackEmptyException

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


StackEmptyException

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

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