History | Log In     View a printable version of the current page. Get help!  
Issue Details [XML]

Key: SES-117
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Jeen Broekstra
Reporter: Jeen Broekstra
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Sesame

Duplicate QueryEvaluationException

Created: 17/Jan/05 12:09 PM   Updated: 13/May/05 10:44 PM
Component/s: Repository API
Affects Version/s: 1.1
Fix Version/s: 1.2-RC1


 Description   
(see http://www.openrdf.org/forum/mvnforum/viewthread?thread=428 )

There are two exceptions named QueryEvaluationException, on in org.openrdf.sesame.query, and one in org.openrdf.sesame.sail.query. One is an unchecked exception, the other is checked.

The current repository API uses the unchecked exception, which seems strange. Besides that, it seems redundant to have these two exception classes.

 All   Comments   Change History      Sort Order:
Comment by Jeen Broekstra [21/Feb/05 01:39 PM]
Fixed: the exception in the sail.query package is now called SailQueryException and is an internal exception. Also: sesame.query.QueryEvaluationException is now a checked exception