Package tools.descartes.dlim.assistant
Class CalibrationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
tools.descartes.dlim.assistant.CalibrationException
- All Implemented Interfaces:
Serializable
Is thrown during errors in calibration of interpolated Functions (i.e. Trends
and Bursts).
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCalibrationException
(String message) Create an exception that results from an error during calibration. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
CalibrationException
Create an exception that results from an error during calibration.- Parameters:
message
- This message will be displayed to the user.
-
-
Method Details
-
getMessage
Get the description of the error.- Overrides:
getMessage
in classThrowable
-