Imsl namespace contains basic informational and error handling classes.

Classes

ClassDescription
IMSLException
Signals that a mathematical exception has occurred.
IMSLUnexpectedErrorException
Signals that an unexpected error has occurred.
Logger
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.
Warning
Handles warning messages.
WarningObject
Handles warning messages.

Enumerations

EnumerationDescription
Logger..::.Level
The level of messages to log. Increasing level of detail includes all information for lower levels.