visidia.simulation
Class SimulationAbortError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Error
          extended by visidia.simulation.SimulationAbortError
All Implemented Interfaces:
java.io.Serializable

public class SimulationAbortError
extends java.lang.Error

An error that is thrown when an aborted thread try to access simulation API.

See Also:
Serialized Form

Constructor Summary
SimulationAbortError()
          Instantiates a new simulation abort error.
SimulationAbortError(java.lang.Throwable cause)
          Instantiates a new simulation abort error.
 
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

SimulationAbortError

public SimulationAbortError()
Instantiates a new simulation abort error.


SimulationAbortError

public SimulationAbortError(java.lang.Throwable cause)
Instantiates a new simulation abort error.

Parameters:
cause - the cause