jsim.process
Class StopException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jsim.process.StopException
All Implemented Interfaces:
java.io.Serializable

public class StopException
extends java.lang.RuntimeException

This class stops simulation exception.

Version:
1.0 98/11/11
Author:
John A. Miller
See Also:
Serialized Form

Constructor Summary
StopException()
          Constructs an exception to stop the simulation.
 
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

StopException

public StopException()
Constructs an exception to stop the simulation.