seda.sandStorm.api
Class NoSuchSinkException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byseda.sandStorm.api.NoSuchSinkException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchSinkException
extends java.lang.Exception

This exception is thrown if a sink as requested by a call to StageIF.getSink() does not exist.

Author:
Matt Welsh
See Also:
StageIF, Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
NoSuchSinkException()
           
NoSuchSinkException(java.lang.String s)
           
 
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

NoSuchSinkException

public NoSuchSinkException()

NoSuchSinkException

public NoSuchSinkException(java.lang.String s)