| Package | org.springextensions.actionscript.utils |
| SVN browsing | ParseError.as |
| Fisheye | ParseError.as |
| Class | public class ParseError |
| Inheritance | ParseError Error |
Parse instance when a closing tag isn't found.
Author: Christophe Herreman
Version: $Revision: 21 $, $Date: 2008-11-01 22:58:42 +0100 (za, 01 nov 2008) $, $Author: dmurat $
Since: 0.1
See also
| Method | Defined by | ||
|---|---|---|---|
|
ParseError(message:String = "", errorOffset:int = 0)
| ParseError | ||
|
getErrorOffset():int
| ParseError | ||
|
getMessage():String
| ParseError | ||
| ParseError | () | constructor |
public function ParseError(message:String = "", errorOffset:int = 0)Parameters
message:String (default = "") |
|
errorOffset:int (default = 0) |
| getErrorOffset | () | method |
public function getErrorOffset():int
Returns
int |
| getMessage | () | method |
public function getMessage():String
Returns
String |