fawkes::NonPointerTypeExpectedException Class Reference
[Fawkes Exceptions]

Non-pointer type expected. More...

#include <core/exceptions/software.h>

Inheritance diagram for fawkes::NonPointerTypeExpectedException:
Inheritance graph
[legend]

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.

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:

Generated on 1 Mar 2011 for Fawkes API by  doxygen 1.6.1