Division by zero. More...
#include <core/exceptions/software.h>
Public Member Functions | |
DivisionByZeroException (const char *format,...) throw () | |
Constructor. |
Division by zero.
Throw this if a division by zero has happened or is about to happen
Definition at line 40 of file software.h.
fawkes::DivisionByZeroException::DivisionByZeroException | ( | const char * | format, | |
... | ||||
) | throw () |
Constructor.
format | message format, takes sprintf() parameters as variadic arguments |
Definition at line 60 of file software.cpp.
References fawkes::Exception::append_va().