This type of exception doesn't characterize the error by java type, but may still classify it by message and code. @author Chris Wilper
476477478479480481482483
} return new SimpleTriple(new SimpleURIReference(new URI(subject)), new SimpleURIReference(new URI(predicate)), o); } catch (URISyntaxException e) { throw new GeneralException(e.getMessage(), e); } }