Class UnknownPropertyException

parser exception - unknown property for widget

class UnknownPropertyException
  : UnknownWidgetException;

Constructors

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

Fields

NameTypeDescription
_propName string
_file string
_line int
_msg string
_objectName string
_pos int

Properties

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