Public Member Functions

ModuleException Class Reference

#include <anope.h>

Inherits CoreException.

Inherited by LDAPException, and SQL::Exception.

Collaboration diagram for ModuleException:
Collaboration graph
[legend]

Public Member Functions

 ModuleException ()
 ModuleException (const Anope::string &message)
virtual ~ModuleException () throw ()

Detailed Description

Definition at line 676 of file anope.h.


Constructor & Destructor Documentation

ModuleException::ModuleException (  )  [inline]

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

Definition at line 681 of file anope.h.

ModuleException::ModuleException ( const Anope::string message  )  [inline]

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

Definition at line 685 of file anope.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 690 of file anope.h.


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