Packageflare.flsl
Classpublic class FLSLError
InheritanceFLSLError Inheritance Error

FLSLError is used to trhow compilation errors.



Public Properties
 PropertyDefined By
  line : int
The line of the error when possible.
FLSLError
  pos : int
The character position on the current line when possible.
FLSLError
Public Methods
 MethodDefined By
  
FLSLError(message:*, line:int = -1, pos:int = -1)
Creates a new FLSLError.
FLSLError
Property Detail
lineproperty
public var line:int

The line of the error when possible.

posproperty 
public var pos:int

The character position on the current line when possible.

Constructor Detail
FLSLError()Constructor
public function FLSLError(message:*, line:int = -1, pos:int = -1)

Creates a new FLSLError.

Parameters
message:* — The error message.
 
line:int (default = -1) — The line of the error when possible.
 
pos:int (default = -1) — The character position on the current line when possible.