Public Member Functions

fawkes::NullPointerException Class Reference
[Fawkes Exceptions]

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

#include <>>

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

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.

Definition at line 34 of file software.h.


Constructor & Destructor Documentation

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

Constructor.

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

Definition at line 42 of file software.cpp.

References fawkes::Exception::append_va().


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