seda.sandStorm.api
Class StageNameAlreadyBoundException

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

public class StageNameAlreadyBoundException
extends java.lang.Exception

This exception is thrown if a stage is created (via ManagerIF.createStage) with a name that conflicts with another stage.

See Also:
ManagerIF, Serialized Form

Constructor Summary
StageNameAlreadyBoundException()
           
StageNameAlreadyBoundException(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

StageNameAlreadyBoundException

public StageNameAlreadyBoundException()

StageNameAlreadyBoundException

public StageNameAlreadyBoundException(java.lang.String s)