#include <BaseException.h>
Inheritance diagram for FD::GeneralException:


Public Member Functions | |
| GeneralException (std::string _message, std::string _file, int _line) | |
| The constructor that takes the message the file name and the line number. | |
| virtual void | print (std::ostream &out=std::cerr) |
| The print method. | |
Protected Attributes | |
| std::string | message |
| the message | |
| std::string | file |
| the file name | |
| int | line |
| the line number | |
1.4.4