-
Notifications
You must be signed in to change notification settings - Fork 6
Exception handling #9
Copy link
Copy link
Open
Description
In my example, I am calling xsltProcessor.compile(xsltLocation) where xsltLocation points to an invalid location. When doing this in Node.JS, even though compile() is wrapped in a try/catch, it is causing the application server to crash. Why is try/catch not catching the errors produced from saxon?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels