Class SensitivityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
fr.ifremer.isisfish.simulator.sensitivity.SensitivityException
- All Implemented Interfaces:
Serializable
Sensitivity Exception throw if calculator,
fail to answer (ex : R) or something else.
- Version:
- $Revision$ Last update : $Date$ By : $Author$
- Author:
- chatellier
- See Also:
-
Constructor Summary
ConstructorDescriptionSensitivityException
(String message) Constructor with message.SensitivityException
(String message, Throwable cause) Constructor with message and 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
-
SensitivityException
Constructor with message.- Parameters:
message
- message
-
SensitivityException
Constructor with message and cause.- Parameters:
message
- messagecause
- exception cause
-