Non-pointer type expected. More...
#include <>>

Public Member Functions | |
| NonPointerTypeExpectedException (const char *format,...) throw () | |
| Constructor. | |
Non-pointer type expected.
Throw this exception if you got a pointer type where you expected to get a non-pointer type variable.
Definition at line 70 of file software.h.
| fawkes::NonPointerTypeExpectedException::NonPointerTypeExpectedException | ( | const char * | format, | |
| ... | ||||
| ) | throw () |
Constructor.
| format | message format, takes sprintf() parameters as variadic arguments |
Definition at line 153 of file software.cpp.
References fawkes::Exception::append_va().
1.7.1