cite-architecture / sparqlcts

A servlet implementing the Canonical Text Services protocol backed by a SPARQL end point.
1 stars 1 forks source link

Use of CtsGraph.resolveVersion() must be wrapped in try #14

Open neelsmith opened 10 years ago

neelsmith commented 10 years ago

CtsGraph properly throws an Exception when resolveVersion() is passed a CtsUrn that is not valid in this context. All calls to resolveVersion() should therefore check for possible Exceptions.