fawkes::NonPointerTypeExpectedException Class Reference
[Fawkes Exceptions]
Non-pointer type expected.
More...
#include <core/exceptions/software.h>
Inheritance diagram for fawkes::NonPointerTypeExpectedException:

Public Member Functions | |
| NonPointerTypeExpectedException (const char *format,...) throw () | |
| Constructor. | |
Detailed Description
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.
Constructor & Destructor Documentation
| fawkes::NonPointerTypeExpectedException::NonPointerTypeExpectedException | ( | const char * | format, | |
| ... | ||||
| ) | throw () |
Constructor.
- Parameters:
-
format message format, takes sprintf() parameters as variadic arguments
Definition at line 153 of file software.cpp.
References fawkes::Exception::append_va().
The documentation for this class was generated from the following files:
- src/libs/core/exceptions/software.h
- src/libs/core/exceptions/software.cpp

