#include <lemon/error.h>
Public Member Functions | |
DataFormatError (const char *the_message) | |
| |
DataFormatError (const std::string &file_name, int line_num, const char *the_message) | |
| |
void | line (int ln) |
| |
void | message (const std::string &msg) |
| |
void | file (const std::string &fl) |
| |
int | line () const |
| |
const char * | message () const |
| |
const char * | file () const |
Returns the filename. | |
virtual const char * | what () const throw () |
|
const char* file | ( | ) | const [inline] |
Returns null if the filename was not specified.