Package info.mikethomas.jfold.exceptions
Class SimulationInfoException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
info.mikethomas.jfold.exceptions.CommandException
info.mikethomas.jfold.exceptions.SimulationInfoException
- All Implemented Interfaces:
Serializable
SimulationInfoException class.
- Version:
- 7.6.21
- Author:
- Michael Thomas (mikepthomas@outlook.com)
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionSimulationInfoException
(String message) Constructs an instance ofSimulationInfoException
with the specified detail message.SimulationInfoException
(String message, Throwable cause) Constructs an instance ofSimulationInfoException
with the specified detail message and the cause of the Exception. -
Method Summary
Methods inherited from class info.mikethomas.jfold.exceptions.CommandException
getMessage
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
SimulationInfoException
Constructs an instance ofSimulationInfoException
with the specified detail message.- Parameters:
message
- the detail message.
-
SimulationInfoException
Constructs an instance ofSimulationInfoException
with the specified detail message and the cause of the Exception.- Parameters:
message
- the detail message.cause
- the cause of the exception.
-
SimulationInfoException
public SimulationInfoException()
-