- Timestamp:
- Mar 10, 2011, 1:34:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/controllers/dbnp/query/AdvancedQueryController.groovy
r1617 r1618 637 637 } catch( Exception e ) { 638 638 // Exception is thrown when the call to the module fails. No problems though. 639 //log.error "Error while fetching possible actions from " + module.name + ": " + e.getMessage() 640 e.printStackTrace() 641 throw e 639 log.error "Error while fetching possible actions from " + module.name + ": " + e.getMessage() 642 640 } 643 641 }
Note: See TracChangeset
for help on using the changeset viewer.