edu.ntnu.ecosim.exceptions
Class NoSuchStrategyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by edu.ntnu.ecosim.exceptions.NoSuchStrategyException
All Implemented Interfaces:
java.io.Serializable

public class NoSuchStrategyException
extends java.lang.Exception

Exception thrown by service provider strategy if the specified strategy does not exist.

See Also:
Serialized Form

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

NoSuchStrategyException

public NoSuchStrategyException(java.lang.String s)
The Constructor.

Parameters:
s - A string explaining the exception