StephenOTT / STIX-Java

STIX 2.x Java Library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Convert toJson and toMongoJson methods to throw exceptions that need to be caught by upstream usage

StephenOTT opened this issue · comments

Currently exceptions are thrown within the method but would be better if they are caught at a higher level for better error handling at the Rest API level