raml-org/raml-java-parser-2

Exception handling with e.printStackTrace

Opened this issue · 0 comments

nidi3 commented

I'd prefer throwing an appropriate exception instead of e.printStackTrace() and returning null.
Or at least, use a logger for error messages.