#include <dtn/Exception.h>

Public Member Functions | |
| Exception (const std::string &fname, int line) | |
| Constructor. | |
| virtual | ~Exception () |
| Virtual destructor. | |
| const std::string & | fname () const |
| The name of the file in which the exception was thrown. | |
| int | line () const |
| The line on which the exception was thrown. | |
Definition at line 40 of file Exception.h.
| DTN::Exception::Exception | ( | const std::string & | fname, | |
| int | line | |||
| ) | [inline] |
Constructor.
| fname | Name of the file in which the exception was thrown | |
| line | The line on which the exception was thrown |
Definition at line 46 of file Exception.h.
1.5.4