An exception that is thrown when requested function or operation does not have an implementation.
@:value({ message : "Not implemented" })new(message:String = "Not implemented", ?previous:Exception, ?pos:PosInfos)
finalposInfos:PosInfos
Position where this exception was created.
read onlymessage:String
Exception message.
read onlynative:Any
Native exception, which caused this exception.
toString():String
Returns exception message.