Skip to content

Commit

Permalink
Add general exception
Browse files Browse the repository at this point in the history
  • Loading branch information
ChakshuGautam authored Apr 1, 2023
1 parent 802c7ca commit d9ca06d
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,8 @@ public void accept(XMessageDAO xMessageDAO) {
log.error("The current XMessage was " + xMessage.toXML());
}catch(JAXBException j) {
log.error("Unable to parse the current XMessage " + xMessage.toString());
}catch(Exception ge) {
log.error("Unable to parse the current XMessage ge " + xMessage.toString());
}
}
} else {
Expand Down

0 comments on commit d9ca06d

Please sign in to comment.