Packagecom.godpaper.as3.serialization
Classpublic class PGNParseError
InheritancePGNParseError Inheritance Error

PGNParseError.as class.



Public Properties
 PropertyDefined By
  location : int
[read-only] Provides read-only access to the location variable.
PGNParseError
  text : String
[read-only] Provides read-only access to the text variable.
PGNParseError
Public Methods
 MethodDefined By
  
PGNParseError(message:String, location:int = 0, text:String)
Constructs a new PGNParseError.
PGNParseError
Property Detail
locationproperty
location:int  [read-only]

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 9.0

Provides read-only access to the location variable.


Implementation
    public function get location():int
textproperty 
text:String  [read-only]

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 9.0

Provides read-only access to the text variable.


Implementation
    public function get text():String
Constructor Detail
PGNParseError()Constructor
public function PGNParseError(message:String, location:int = 0, text:String)

Language Version : ActionScript 3.0
Runtime Versions : AIR 1.0, Flash Player 9.0

Constructs a new PGNParseError.

Parameters
message:String — The error message that occured during parsing
 
location:int (default = 0)
 
text:String