![]() |
ooc
1.3c
Object Oriented tollkit fo ANSI C
|
Arithmetic fault exception. More...
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.