#include <lemon/error.h>
Inherits IOError.
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) |
| |
void | message (const std::string &message) |
| |
void | file (const std::string &file) |
| |
int | line () const |
| |
const char * | message () const |
| |
const char * | file () const |
Returns the filename. | |
virtual const char * | what () const throw () |
|
|
Returns null if the filename was not specified. |