nme.errors.IllegalOperationError

type
class
extends
Error
available in
nme
The IllegalOperationError exception is thrown when a method is not implemented or the implementation doesn't cover the current usage.

Examples of illegal operation error exceptions include:

Constructor

new(?message : String, ?id : Int)
parameters
message A string associated with the error object.
Creates a new IllegalOperationError object.

Instance Variables hide inherited show inherited

errorID(default,null) : Int

inherited from nme.errors.Error

message : Dynamic

inherited from nme.errors.Error

name : Dynamic

inherited from nme.errors.Error

Instance Methods hide inherited show inherited

getStackTrace() : String

inherited from nme.errors.Error