An exception that carry position information of a place where it was created.

Constructor

new(message:String, ?previous:Exception, ?pos:PosInfos)

Variables

finalposInfos:PosInfos

Position where this exception was created.

Methods

toString():String

Returns exception message.

Inherited Variables

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 Exception

unwrap():Any

Available on unity