hSimulator.library
Class SimulationStoppedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by hSimulator.library.SimulationStoppedException
All Implemented Interfaces:
Serializable

public class SimulationStoppedException
extends Exception

This object implements an exception that is thrown when a simulation process has been stopped by the user before normal completion.

Version:
1.0
Author:
Luca Marchetti
See Also:
Simulator, Serialized Form

Method Summary
 SimulatedTS getPartialResults()
          Returns partial simulation results (longest time series) computed before this exception has been thrown (null if no results are available).
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getPartialResults

public SimulatedTS getPartialResults()
Returns partial simulation results (longest time series) computed before this exception has been thrown (null if no results are available). Partial simulation results ARE NOT reliable results.

Returns:
partial simulation results (null if no results are available)