Jaspersoft / jrs-rest-java-client

Java Rest Client for JasperReports Server
GNU Lesser General Public License v3.0
101 stars 103 forks source link

better exception handling #6

Closed VeaceslavChicu closed 10 years ago

VeaceslavChicu commented 10 years ago

exceptions handling, could be better, look at http://code.jaspersoft.com/svn/repos/jaspersoftstudio/trunk/com.jaspersoft.studio.server/src/com/jaspersoft/studio/server/protocol/restv2/RESTv2ExceptionHandler.java

this one will resolve messages from the server if available, and a lit bit more problems I faced

boryskolesnykov commented 10 years ago

Exception handling was fully redesigned. Details here.