Fawkes API  Fawkes Development Version
fawkes::NonPointerTypeExpectedException Class Reference

Non-pointer type expected. More...

#include <>>

Inheritance diagram for fawkes::NonPointerTypeExpectedException:

List of all members.

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.


Constructor & Destructor Documentation

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

Constructor.

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

Definition at line 153 of file software.cpp.


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