Serializable
public class UnparsableOntologyException extends OWLOntologyCreationException
Constructor | Description |
---|---|
UnparsableOntologyException(IRI documentIRI,
Map<OWLParser,OWLParserException> exceptions,
OWLOntologyLoaderConfiguration config) |
Modifier and Type | Method | 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() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
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 © 2018 The University of Manchester. All rights reserved.