Changeset 1608 for branches/3.0-Beta2/components/server/src/ome/services/query/ClassQuerySource.java
- Timestamp:
- 06/09/07 00:43:00 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0-Beta2/components/server/src/ome/services/query/ClassQuerySource.java
r1167 r1608 67 67 q = (Query) c.newInstance(parameters); 68 68 } catch (Exception e) { 69 if (log.isDebugEnabled()) { 70 e.printStackTrace(); 71 } 69 log.error("Exception caught, throwing RuntimeException."); 72 70 throw new RuntimeException("Error while trying to instantiate:" 73 71 + queryID, e);
