PosException
haxe._Exception.NativeException → haxe.Exception → haxe.exceptions.PosException (Class) → NotImplementedException
An exception that carry position information of a place where it was created.
Instance Members
posInfos: haxe.PosInfosPosition where this exception was created.
toString(): StringReturns exception message.
| Returns |
|---|
| String |
new(message: String, ?previous: haxe.Exception, ?pos: haxe.PosInfos): Void| Name | Type | Default |
|---|---|---|
message |
String | |
previous |
haxe.Exception | (optional) |
pos |
haxe.PosInfos | (optional) |