NotImplementedException
haxe.Exception → PosException → haxe.exceptions.NotImplementedException (Class)
An exception that is thrown when requested function or operation does not have an implementation.
Instance Members
new(?message: String = "Not implemented", ?previous: haxe.Exception, ?pos: haxe.PosInfos): Void
Name | Type | Default |
---|---|---|
message |
String | "Not implemented" |
previous |
haxe.Exception | (optional) |
pos |
haxe.PosInfos | (optional) |