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 onlymessage:String

Exception message.

read onlynative:Any

Native exception, which caused this exception.

Inherited Methods