A NULL pointer was supplied where not allowed. More...
#include <core/exceptions/software.h>

Public Member Functions | |
| NullPointerException (const char *format,...) throw () | |
| Constructor. | |
A NULL pointer was supplied where not allowed.
Throw this exception if a pointer to NULL has been supplied where this is not allowed.
Definition at line 34 of file software.h.
| fawkes::NullPointerException::NullPointerException | ( | const char * | format, | |
| ... | ||||
| ) | throw () |
Constructor.
| format | message format, takes sprintf() parameters as variadic arguments |
Definition at line 42 of file software.cpp.
References fawkes::Exception::append_va().
1.6.1