jist.runtime
Class JistException.JistSimulationEndException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by jist.runtime.JistException
              extended by jist.runtime.JistException.JistSimulationEndException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
JistException

public static class JistException.JistSimulationEndException
extends JistException

End of simulation Jist exception.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class jist.runtime.JistException
JistException.JistSimulationEndException
 
Field Summary
static java.lang.reflect.Method method_end
          Method stub field for ending simulation.
 
Constructor Summary
JistException.JistSimulationEndException()
          Create new exception object to denote end of simulation.
 
Method Summary
static void end()
          Ends simulation immediately when called.
 
Methods inherited from class jist.runtime.JistException
getMessage, getNested, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

method_end

public static java.lang.reflect.Method method_end
Method stub field for ending simulation.

Constructor Detail

JistException.JistSimulationEndException

public JistException.JistSimulationEndException()
Create new exception object to denote end of simulation.

Method Detail

end

public static void end()
Ends simulation immediately when called. Usually call to this method is scheduled via the JistAPI.end() method.