#include <AnyConfig.h>
Inheritance diagram for AnyConfig::AcException::
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... |
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 method.
|
|
Constructor method.
|
|
Destructor method.
|
|
Method which must be called first in a constructor.
|
|
Method which must be called first in a destructor.
|