Warning: Can't synchronize with repository "(default)" (/home/git/ome.git does not appear to be a Git repository.). Look in the Trac log for more information.
Notice: In order to edit this ticket you need to be either: a Product Owner, The owner or the reporter of the ticket, or, in case of a Task not yet assigned, a team_member"

Task #3230 (closed)

Opened 13 years ago

Closed 13 years ago

Bug: OmeroCpp throws "new Exception" by mistake

Reported by: jamoore Owned by: jamoore
Priority: critical Milestone: OMERO-Beta4.2.1
Component: OmeroCpp Version: n.a.
Keywords: n.a. Cc:
Resources: n.a. Referenced By: n.a.
References: n.a. Remaining Time: 0.0d
Sprint: 2010-11-11 (19)

Description

Various places in the code use new omero::LockTimeout() etc. since they were copied from Java, but this requires:

try {
} catch (omero::LockTimeout* lt) {
}

as opposed to the:

try {
} catch (const omero::LockTimeout& lt) {
}

that we're using everywhere.

Change History (2)

comment:1 Changed 13 years ago by jmoore

  • Status changed from new to assigned

comment:2 Changed 13 years ago by jmoore

  • Remaining Time set to 0
  • Resolution set to fixed
  • Status changed from assigned to closed

(In [8472]) Fixing exception throwing in OmeroCpp (Fix #3230)

Note: See TracTickets for help on using tickets. You may also have a look at Agilo extensions to the ticket.

1.3.13-PRO © 2008-2011 Agilo Software all rights reserved (this page was served in: 0.65405 sec.)

We're Hiring!