Public Member Functions

fawkes::DivisionByZeroException Class Reference
[Fawkes Exceptions]

Division by zero. More...

#include <>>

Inheritance diagram for fawkes::DivisionByZeroException:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 DivisionByZeroException (const char *format,...) throw ()
 Constructor.

Detailed Description

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.


Constructor & Destructor Documentation

fawkes::DivisionByZeroException::DivisionByZeroException ( const char *  format,
  ... 
) throw ()

Constructor.

Parameters:
format message format, takes sprintf() parameters as variadic arguments

Definition at line 60 of file software.cpp.

References fawkes::Exception::append_va().


The documentation for this class was generated from the following files: