ooc  1.3c
Object Oriented tollkit fo ANSI C
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
ArithmeticFault Struct Reference

Arithmetic fault exception. More...

Detailed Description

Arithmetic fault exception.

ArithmeticFault exception is thrown in your testcase if a SIGFPE unix signal has been arised (e.g. division by zero). TestCase cathes this unix signal and converts it to an ooc Exception, so you can catch and test it in your test methods, or simply let it be reported as a test fail. ArithmeticFault is a subclass for Exception.

Note
Available only on unix-like systems.

The documentation for this struct was generated from the following file: