public class OntologyHandleException extends Exception
| Constructor and Description |
|---|
OntologyHandleException(Set<OntologyCollector> collectorHandles,
Set<org.semanticweb.owlapi.model.OWLOntologyID> dependents) |
OntologyHandleException(String message) |
OntologyHandleException(String message,
Set<OntologyCollector> collectorHandles,
Set<org.semanticweb.owlapi.model.OWLOntologyID> dependents) |
| Modifier and Type | Method and Description |
|---|---|
Set<OntologyCollector> |
getCollectorHandles() |
Set<org.semanticweb.owlapi.model.OWLOntologyID> |
getDependingOntologies() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OntologyHandleException(Set<OntologyCollector> collectorHandles, Set<org.semanticweb.owlapi.model.OWLOntologyID> dependents)
public OntologyHandleException(String message)
public OntologyHandleException(String message, Set<OntologyCollector> collectorHandles, Set<org.semanticweb.owlapi.model.OWLOntologyID> dependents)
public Set<OntologyCollector> getCollectorHandles()
public Set<org.semanticweb.owlapi.model.OWLOntologyID> getDependingOntologies()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.