Click or drag to resize
Imsl Namespace
Imsl namespace contains basic informational and error handling classes.
Classes
  ClassDescription
Public classIMSLException
Signals that a mathematical exception has occurred.
Public classIMSLUnexpectedErrorException
Signals that an unexpected error has occurred.
Public classLogger
This class is used to implement logging in some IMSL algorithms. Its design mimics the Java java.util.Logging class, but is simpler, meeting only the requirements of logging intermediate results and notes from IMSL classes.
Public classWarning
Handles warning messages.
Public classWarningObject
Handles warning messages.
Enumerations
  EnumerationDescription
Public enumerationLoggerLevel
The level of messages to log. Increasing level of detail includes all information for lower levels.