Skip to content

Commit

Permalink
catch exception or error
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Nov 29, 2024
1 parent 15e9726 commit 3e57737
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ private void setEngineInstance() throws LoadEngineException
jarFile.close();
}
}
catch (Exception ex) {
catch (Exception | Error ex) {
errMsg = ex.toString();
}
// As no interface has been found create an exception
Expand Down

0 comments on commit 3e57737

Please sign in to comment.