C++ defines a try block, from which exceptions can be thrown, to be caught by the corresponding catch block. The CommonPoint system defines C++ floating-point exception classes corresponding to the five floating-point exception flags. The class TFPExceptionHandler detects IEEE exception flags and throws the corresponding TFPException objects.
NOTE The class TFPExceptionHandler is the link between numerical exception flags and exception objects.