Propane::Exception::Exception Class Reference

The base Exception type for Propane Injector applications. You should inherit from this for your own exceptions. More...

#include <Exception.h>

Inheritance diagram for Propane::Exception::Exception:

Propane::Exception::NotImplementedException List of all members.

Public Member Functions

 Exception (const std::string &m)
 Basic construction with the human-readable message.
 Exception (const std::ostringstream &m)
 Basic construction with a string stream, which is converted to a human readable message.
virtual void Report ()
 Function that spews the human readable message to stderr.
virtual ~Exception ()
 Default destructor. Does nothing here.

Public Attributes

std::string message
 The human-readable message of the exception.

Detailed Description

The base Exception type for Propane Injector applications. You should inherit from this for your own exceptions.


The documentation for this class was generated from the following file:
Generated on Sun Jan 14 16:49:12 2007 for Propane Injector by  doxygen 1.4.6