#include <core/exceptions/software.h>
Inheritance diagram for fawkes::DivisionByZeroException:
Public Member Functions | |
DivisionByZeroException (const char *format,...) throw () | |
Constructor. |
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().