Package repast.simphony.batch.ssh
Class ModelArchiveConfiguratorException
java.lang.Object
java.lang.Throwable
java.lang.Exception
repast.simphony.batch.ssh.ModelArchiveConfiguratorException
- All Implemented Interfaces:
Serializable
Exception thrown by the BatchParameterChunker.
- Author:
- Nick Collier
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionModelArchiveConfiguratorException(String message) ModelArchiveConfiguratorException(String message, 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
-
ModelArchiveConfiguratorException
- Parameters:
message-cause-
-
ModelArchiveConfiguratorException
- Parameters:
message-
-
ModelArchiveConfiguratorException
- Parameters:
cause-
-