#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. | |
Index | mLine |
Line where the error occured. | |
Index | mColumn |
Column where the error occured. |
Definition at line 40 of file exceptions.h.
ParseError::ParseError | ( | const String & | s = "" , |
|
const String & | f = "" , |
|||
Index | l = 0 , |
|||
Index | c = 0 | |||
) | [inline] |
Definition at line 42 of file exceptions.h.
virtual ParseError::~ParseError | ( | ) | throw () [inline, virtual] |
Definition at line 51 of file exceptions.h.
virtual String ParseError::file | ( | ) | const [inline, virtual] |
Definition at line 53 of file exceptions.h.
virtual Index ParseError::line | ( | ) | const [inline, virtual] |
Definition at line 54 of file exceptions.h.
virtual Index ParseError::column | ( | ) | const [inline, virtual] |
Definition at line 55 of file exceptions.h.
String ParseError::mFile [private] |
Index ParseError::mLine [private] |
Index ParseError::mColumn [private] |