Fawkes API  Fawkes Development Version
fawkes::NullPointerException Class Reference

A NULL pointer was supplied where not allowed. More...

#include <>>

Inheritance diagram for fawkes::NullPointerException:

List of all members.

Public Member Functions

 NullPointerException (const char *format,...) throw ()
 Constructor.

Detailed Description

A NULL pointer was supplied where not allowed.

Throw this exception if a pointer to NULL has been supplied where this is not allowed.


Constructor & Destructor Documentation

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

Constructor.

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

Definition at line 42 of file software.cpp.


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