Package repast.simphony.scenario
Class ScenarioLoadException
java.lang.Object
java.lang.Throwable
java.lang.Exception
repast.simphony.scenario.ScenarioLoadException
- All Implemented Interfaces:
Serializable
Exception thrown during scenario loading. This
allows us to clean up the scenario loading code a bit.
- Author:
- Nick Collier
- See Also:
-
Constructor Summary
ConstructorDescriptionScenarioLoadException
(String message) ScenarioLoadException
(String message, Throwable cause) ScenarioLoadException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ScenarioLoadException
public ScenarioLoadException() -
ScenarioLoadException
-
ScenarioLoadException
-
ScenarioLoadException
-