Class SimulationEngineException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--SimulationEngineException

public class SimulationEngineException
extends java.lang.Exception

An exception class, thrown when the SimulationEngine encounters an error.

See Also:
Serialized Form

Constructor Summary
SimulationEngineException(java.lang.String s)
          Creates a new SimulationEngineException, using the given String.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimulationEngineException

public SimulationEngineException(java.lang.String s)
Creates a new SimulationEngineException, using the given String.
Parameters:
s - the error String for the Exception.