
|
If you were logged in you would be able to see more operations.
|
|
(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.
|
|
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
|
|