Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

AnyConfig::AcException Class Reference

Exception meant for debugging. More...

#include <AnyConfig.h>

Inheritance diagram for AnyConfig::AcException::

List of all members.

Public Methods

 AcException (const char *string)
 Constructor method. More...

 AcException ()
 Constructor method. More...

virtual ~AcException ()
 Destructor method. More...


Private Methods

void ConstructorInclude ()
 Method which must be called first in a constructor. More...

void DestructorInclude ()
 Method which must be called first in a destructor. More...


Detailed Description

Exception meant for debugging.

Normally AnyConfig does not throw exceptions. If you need to figure out why things aren't working, however, you can set the global flags AnyConfig::setThrowExceptions to throw these.


Constructor & Destructor Documentation

AnyConfig::AcException::AcException ( const char * string )
 

Constructor method.

AnyConfig::AcException::AcException ( )
 

Constructor method.

AnyConfig::AcException::~AcException ( ) [virtual]
 

Destructor method.


Member Function Documentation

void AnyConfig::AcException::ConstructorInclude ( ) [private]
 

Method which must be called first in a constructor.

void AnyConfig::AcException::DestructorInclude ( ) [private]
 

Method which must be called first in a destructor.


The documentation for this class was generated from the following files:
Generated at Wed Nov 21 11:34:18 2001 for AnyConfig by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001