Name

LzError()

Synopsis

JavaScript: LzError
Type: Function
Access: private
Build Flags: debug
Topic: LZX.Debugging
Declared in: WEB-INF/lps/lfc/debugger/LzMessage.lzs

Description

An Error is a sourceMessage with the tag 'ERROR'

Details

Static Properties (1)

format
static public var format;

Prototype Properties (3)

color
public var color = #ff0000;
constructor
public var constructor;
type
public var type = ERROR;

JavaScript Synopsis

private function LzError(file, line, message);