Class UnknownWidgetException

parser exception - unknown (unregistered) widget name

class UnknownWidgetException
  : ParserException;

Constructors

NameDescription
this (msg, objectName, file, line, pos)

Fields

NameTypeDescription
_objectName string
_file string
_line int
_msg string
_pos int

Properties

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