#include <Exception.h>
Public Methods | |
| Exception (const char *info) | |
| Creates an exception. More... | |
| Exception (std::string info) | |
| Creates an exception. More... | |
| std::string | what () |
| Returns a string consisting of the details specified when the Exception was created. More... | |
Protected Attributes | |
| std::string | details |
In version 1.0 of annie, this is the only class thrown by any function. Further refinements will be made as and when required.
|
|
Creates an exception.
|
|
|
Creates an exception.
|
|
|
Returns a string consisting of the details specified when the Exception was created.
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002