public static interface OntDocumentManager.ReadFailureHandler
OntDocumentManager
fails in an attempt to read the contents of a URL into a model.| Modifier and Type | Method and Description |
|---|---|
void |
handleFailedRead(String url,
Model model,
Exception e)
Behaviour to invoke when the
OntDocumentManager tries and fails
to read an ontology document from a given URL. |
void handleFailedRead(String url, Model model, Exception e)
OntDocumentManager tries and fails
to read an ontology document from a given URL.url - The URL that the OntDocumentManager was trying to readmodel - The model that the OntDocumentManager is reading intoe - An exception indicating the reason for the failure to read the documentLicenced under the Apache License, Version 2.0