public abstract class OntologyCollectorModificationException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
protected OntologyCollector |
collector
The affected ontology collector.
|
| Constructor and Description |
|---|
OntologyCollectorModificationException(OntologyCollector collector)
Creates a new instance of OntologySpaceModificationException.
|
OntologyCollectorModificationException(OntologyCollector collector,
Throwable cause)
Creates a new instance of OntologySpaceModificationException.
|
| Modifier and Type | Method and Description |
|---|---|
OntologyCollector |
getOntologyCollector()
Returns the ontology space that threw the exception (presumably after a failed modification attempt).
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringprotected OntologyCollector collector
public OntologyCollectorModificationException(OntologyCollector collector)
space - the ontology space whose modification was attempted.public OntologyCollectorModificationException(OntologyCollector collector, Throwable cause)
space - the ontology space whose modification was attempted.public OntologyCollector getOntologyCollector()
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.