| Package | ch.capi.errors |
| Class | public class ParseError |
| Inheritance | ParseError Error |
| Property | Defined by | ||
|---|---|---|---|
| source : Object [read-only]
Defines the source of the error.
| ParseError | ||
| Method | Defined by | ||
|---|---|---|---|
|
ParseError(part:String = null, message:String = null, source:Object = null)
Creates a new
ParseError object. | ParseError | ||
| source | property |
source:Object [read-only]Defines the source of the error.
Implementation public function get source():Object
| ParseError | () | constructor |
public function ParseError(part:String = null, message:String = null, source:Object = null)
Creates a new ParseError object.
part:String (default = null) — The part of the parsing where the error occured.
|
|
message:String (default = null) — The error message.
|
|
source:Object (default = null) — The source of the error.
|