The InspIRCd Project
Home | Developers | Wiki | Forums | Bug Tracker | SVN | Download
Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

ModuleException Class Reference

#include <base.h>

Inheritance diagram for ModuleException:

Inheritance graph
[legend]
Collaboration diagram for ModuleException:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 ModuleException ()
 Default constructor, just uses the error mesage 'Module threw an exception'.
 ModuleException (const std::string &message)
 This constructor can be used to specify an error message before throwing.
virtual ~ModuleException () throw ()
 This destructor solves world hunger, cancels the world debt, and causes the world to end.

Detailed Description

Definition at line 263 of file base.h.


Constructor & Destructor Documentation

ModuleException::ModuleException  )  [inline]
 

Default constructor, just uses the error mesage 'Module threw an exception'.

Definition at line 268 of file base.h.

ModuleException::ModuleException const std::string message  )  [inline]
 

This constructor can be used to specify an error message before throwing.

Definition at line 272 of file base.h.

virtual ModuleException::~ModuleException  )  throw () [inline, virtual]
 

This destructor solves world hunger, cancels the world debt, and causes the world to end.

Actually no, it does nothing. Never mind.

Exceptions:
Nothing! 

Definition at line 277 of file base.h.


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