An exception that is thrown when requested function or operation does not have an implementation.

Constructor

@:value({ message : "Not implemented" })new(message:String = "Not implemented", ?previous:Exception, ?pos:PosInfos)

Inherited Variables

Defined by PosException

finalposInfos:PosInfos

Position where this exception was created.

Defined by Exception

read onlystack:CallStack

Available on clay web

The call stack at the moment of the exception creation.

read onlynative:Any

Available on clay web

Native exception, which caused this exception.

read onlymessage:String

Available with clay native, gif plugin, headless, tilemap plugin, unity

Exception message.

Inherited Methods

Defined by PosException

toString():String

Returns exception message.

Defined by Exception

unwrap():Any

Available on unity