• Views
  • Iteration Report
  • My Iteration Report
  •  
OMERO.server
  • Login
  • Help/Guide
  • About Trac
  • Preferences
  • Wiki
  • Timeline
  • Roadmap
  • Browse Source
  • View Tickets
  • Search

Context Navigation

  • ← Previous Change
  • Next Change →

Changeset 1632 for branches/3.0-Beta2/components

Show
Ignore:
Timestamp:
06/12/07 22:44:25 (16 months ago)
Author:
david
Message:

ticket #730 printStackTrace() removal

Files:
1 modified

  • branches/3.0-Beta2/components/server/src/ome/services/query/ClassQuerySource.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2/components/server/src/ome/services/query/ClassQuerySource.java

    r1608 r1632  
    6767                q = (Query) c.newInstance(parameters); 
    6868            } 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                } 
    7072                throw new RuntimeException("Error while trying to instantiate:" 
    7173                        + queryID, e); 

Download in other formats:

  • Unified Diff
  • Zip Archive

Trac Powered

Powered by Trac 0.11
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/