sim
Class SimDoneException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by sim.SimDoneException
All Implemented Interfaces:
java.io.Serializable

public class SimDoneException
extends java.lang.Exception

Inventory time window expired exception.

See Also:
Serialized Form

Field Summary
(package private) static long serialVersionUID
           
 
Constructor Summary
SimDoneException(double t)
          The parameter t is the simulator clock when the exception is thrown.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

SimDoneException

public SimDoneException(double t)
The parameter t is the simulator clock when the exception is thrown.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Throwable