6667686970717273747576777879
processActions( getApiActions() ); } catch ( final BadRequestException e ) { TException tpl = new TException(); tpl.setMessage( e.getMessage() ); getResponse().setStatus( e.getStatusCode() ); getResponse().showJson( tpl.makeRenderer() ); } }