PosException
haxe.Exception → haxe.exceptions.PosException (Class) → NotImplementedException
An exception that carry position information of a place where it was created.
Instance Members
posInfos: haxe.PosInfos
Position where this exception was created.
toString(): String
Returns 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) |