seda.sandStorm.api
Class NoSuchStageException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by seda.sandStorm.api.NoSuchStageException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchStageException
extends java.lang.Exception

This exception is thrown if a stage as requested by a call to ManagerIF.getStage() does not exist.

See Also:
ManagerIF, Serialized Form

Constructor Summary
NoSuchStageException()
           
NoSuchStageException(java.lang.String s)
           
 
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

NoSuchStageException

public NoSuchStageException()

NoSuchStageException

public NoSuchStageException(java.lang.String s)