An exception that carry position information of a place where it was created.
new(message:String, ?previous:Exception, ?pos:Null<PosInfos>)
finalposInfos:PosInfos
Position where this exception was created.
toString():String
Returns exception message.
read onlymessage:String
Exception message.
read onlynative:Any
Native exception, which caused this exception.