public class UnparsableOntologyException extends OWLOntologyCreationException
Constructor and Description |
---|
UnparsableOntologyException(IRI documentIRI,
Map<OWLParser,OWLParserException> exceptions,
OWLOntologyLoaderConfiguration config) |
Modifier and Type | Method and Description |
---|---|
IRI |
getDocumentIRI()
Gets the ontology document IRI from which there was an attempt to parse an ontology.
|
Map<OWLParser,OWLParserException> |
getExceptions()
Gets a map that lists the parsers (that were used to parse an ontology) and the errors that
they generated.
|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnparsableOntologyException(@Nonnull IRI documentIRI, Map<OWLParser,OWLParserException> exceptions, OWLOntologyLoaderConfiguration config)
documentIRI
- the document IRIexceptions
- the map parser->exceptionsconfig
- the configuration objectpublic String getMessage()
getMessage
in class Throwable
public IRI getDocumentIRI()
public Map<OWLParser,OWLParserException> getExceptions()
Copyright © 2020 The University of Manchester. All rights reserved.