hSimulator.library
Class SimulationStoppedException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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 |
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)