raml-org / raml-java-parser-2

Other
19 stars 5 forks source link

Exception handling with e.printStackTrace #7

Open nidi3 opened 8 years ago

nidi3 commented 8 years ago

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