ARTS
2.2.66
|
#include <exceptions.h>
Public Member Functions | |
ParseError (const String &s="", const String &f="", Index l=0, Index c=0) | |
virtual | ~ParseError () throw () |
virtual String | file () const |
virtual Index | line () const |
virtual Index | column () const |
Private Attributes | |
String | mFile |
Filename associated with this part of the text. More... | |
Index | mLine |
Line where the error occured. More... | |
Index | mColumn |
Column where the error occured. More... | |
Definition at line 40 of file exceptions.h.
|
inline |
Definition at line 42 of file exceptions.h.
|
inlinevirtual |
Definition at line 51 of file exceptions.h.
|
inlinevirtual |
Definition at line 55 of file exceptions.h.
References mColumn.
Referenced by ArtsParser::parse_main().
|
inlinevirtual |
Definition at line 53 of file exceptions.h.
References mFile.
Referenced by ArtsParser::parse_main().
|
inlinevirtual |
Definition at line 54 of file exceptions.h.
References mLine.
Referenced by ArtsParser::parse_main().
|
private |
|
private |
Filename associated with this part of the text.
Definition at line 59 of file exceptions.h.
Referenced by file().
|
private |