Class ParserException

class ParserException
  : object.Exception;

Constructors

NameDescription
this (msg, file, line, pos)

Fields

NameTypeDescription
_file string
_line int
_msg string
_pos int

Properties

NameTypeDescription
file[get] string
line[get] int
msg[get] string
pos[get] int