sema
Class Engine.SimulationError

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bysema.Engine.SimulationError
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Engine

public static class Engine.SimulationError
extends java.lang.Exception

The last event has raised an exception.

See Also:
Serialized Form

Constructor Summary
Engine.SimulationError(java.lang.String error)
           
 
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

Engine.SimulationError

public Engine.SimulationError(java.lang.String error)