Changeset 1632 for branches/3.0-Beta2/components/server/src/ome/services/query/ClassQuerySource.java
- Timestamp:
- 06/12/07 22:44:25 (18 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/3.0-Beta2/components/server/src/ome/services/query/ClassQuerySource.java
r1608 r1632 67 67 q = (Query) c.newInstance(parameters); 68 68 } catch (Exception e) { 69 log.error("Exception caught, throwing RuntimeException."); 69 if (log.isDebugEnabled()) { 70 log.debug("Query could not be instanced.", e.getCause()); 71 } 70 72 throw new RuntimeException("Error while trying to instantiate:" 71 73 + queryID, e);
