BPjs icon indicating copy to clipboard operation
BPjs copied to clipboard

BPjsExceptions: Tidy up, add runtime location data

Open michbarsinai opened this issue 2 years ago • 1 comments

e.g. file, line, column.

Specifically: HandleWrapopedException in BProgramJsProxy class throws error location data on the conversion of WrappedException to BPJSException. Should probably use a rhino exception to get the location data and stack trace.

michbarsinai avatar Feb 28 '24 09:02 michbarsinai

Deferred to later. However, the handleWrappedException method is in the BPEngineTask class, NOT in BProgramJsProxy.

michbarsinai avatar Feb 07 '25 16:02 michbarsinai