#include <lemon/error.h>
Inheritance diagram for DataFormatError:
Public Member Functions | |
DataFormatError (const char *the_message) | |
| |
DataFormatError (const std::string &file_name, int line_num, const char *the_message) | |
| |
void | line (int line_num) |
| |
void | message (char *the_message) |
| |
void | file (const std::string &file_name) |
| |
int | line () const |
| |
const char * | message () const |
| |
const char * | file () const |
Returns the filename. | |
virtual const char * | what () const throw () |
| |
Protected Attributes | |
std::auto_ptr< std::string > | _file |
|
Returns "(unknown)" if the filename was not specified. |
|
|