ca.bcit.cst.comp2526.assign2b.solution
Class StackOverflowException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by ca.bcit.cst.comp2526.assign2b.solution.StackOverflowException
All Implemented Interfaces:
java.io.Serializable

public class StackOverflowException
extends java.lang.Exception

Thrown when a value is pushed onto a stack but the stack is full.

See Also:
Stack.push(int), Serialized Form

Constructor Summary
StackOverflowException(java.lang.String msg)
          Constructs an StackOverflowException with the specified detail message.
 
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

StackOverflowException

public StackOverflowException(java.lang.String msg)
Constructs an StackOverflowException with the specified detail message.

Parameters:
msg - the detail message