Class CalibrationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
tools.descartes.dlim.assistant.CalibrationException
All Implemented Interfaces:
Serializable

public class CalibrationException extends Exception
Is thrown during errors in calibration of interpolated Functions (i.e. Trends and Bursts).
See Also:
  • Constructor Details

    • CalibrationException

      public CalibrationException(String message)
      Create an exception that results from an error during calibration.
      Parameters:
      message - This message will be displayed to the user.
  • Method Details