#include <error.h>
Inheritance diagram for Error::

Public Methods | |
| Error (Line line, std::string module=_("unknown module"), std::string error_string=_("unknown error")) | |
| template<class T> | Error (Line line, std::string module, std::string error_string, T what) |
| Error (std::string module=_("unknown module"), std::string error_string=_("unknown error")) | |
| std::string | str () |
Private Attributes | |
| Line | line |
| std::string | module |
| std::string | error_string |
| std::string | type |
|
||||||||||||||||
|
|
|
||||||||||||||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.11.1 written by Dimitri van Heesch,
© 1997-2001