Class ParserException
class ParserException
: object .Exception;
Constructors
| Name | Description |
|---|---|
this
(msg, file, line, pos)
|
Fields
| Name | Type | Description |
|---|---|---|
_file
|
string | |
_line
|
int | |
_msg
|
string | |
_pos
|
int |
Properties
| Name | Type | Description |
|---|---|---|
file[get]
|
string | |
line[get]
|
int | |
msg[get]
|
string | |
pos[get]
|
int |