sema
Class Engine.EndOfSimulation

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

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

Indicates that the simulation has ended. (no more events)

See Also:
Serialized Form

Constructor Summary
Engine.EndOfSimulation()
           
 
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.EndOfSimulation

public Engine.EndOfSimulation()