• 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 1608 for branches/3.0-Beta2/components/server/src/ome/services/query/ClassQuerySource.java

Show
Ignore:
Timestamp:
06/09/07 00:43:00 (18 months ago)
Author:
david
Message:

replace printStackTrace() ticket #730

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

    r1167 r1608  
    6767                q = (Query) c.newInstance(parameters); 
    6868            } catch (Exception e) { 
    69                 if (log.isDebugEnabled()) { 
    70                     e.printStackTrace(); 
    71                 } 
     69                log.error("Exception caught, throwing RuntimeException.");                 
    7270                throw new RuntimeException("Error while trying to instantiate:" 
    7371                        + 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/