• 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/rendering/src/omeis/providers/re/HSBStrategy.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/rendering/src/omeis/providers/re/HSBStrategy.java (modified) (1 diff)

Legend:

Unmodified
Added
Removed
  • branches/3.0-Beta2/components/rendering/src/omeis/providers/re/HSBStrategy.java

    r1574 r1608  
    158158            catch (IOException e) 
    159159            { 
    160                     final Writer result = new StringWriter(); 
    161                     final PrintWriter printWriter = new PrintWriter(result); 
    162                     e.printStackTrace(printWriter); 
    163                         log.error(result.toString()); 
     160                log.error("IOException caught, throwing ResourceError", e.getCause()); 
    164161                        throw new ResourceError( 
    165162                                        e.getMessage() + " Please check server log."); 

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/