#include <exceptions.h>
Definition at line 40 of file exceptions.h.
◆ ParseError()
◆ ~ParseError()
virtual ParseError::~ParseError |
( |
| ) |
|
throw | ( | |
| ) | | |
|
inlinevirtual |
◆ column()
virtual Index ParseError::column |
( |
| ) |
const |
|
inlinevirtual |
◆ file()
virtual String ParseError::file |
( |
| ) |
const |
|
inlinevirtual |
◆ line()
virtual Index ParseError::line |
( |
| ) |
const |
|
inlinevirtual |
◆ mColumn
Index ParseError::mColumn |
|
private |
Column where the error occured.
Definition at line 63 of file exceptions.h.
◆ mFile
Filename associated with this part of the text.
Definition at line 59 of file exceptions.h.
◆ mLine
Line where the error occured.
Definition at line 61 of file exceptions.h.
The documentation for this class was generated from the following file: