Non-pointer type expected. More...
#include <core/exceptions/software.h>
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().