|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.semanticweb.owl.model.OWLException
org.semanticweb.owl.util.InferredAxiomGeneratorException
public class InferredAxiomGeneratorException
Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Jul-2007
Represents an error where an inferred axiom generator could not generate
inferred axioms because the reasoner doesn't support the queries that are
required to generate the axioms.
Constructor Summary | |
---|---|
InferredAxiomGeneratorException(InferredAxiomGenerator generator,
OWLReasonerException reasonerException)
|
Method Summary | |
---|---|
InferredAxiomGenerator |
getGenerator()
|
OWLReasonerException |
getReasonerException()
|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InferredAxiomGeneratorException(InferredAxiomGenerator generator, OWLReasonerException reasonerException)
Method Detail |
---|
public InferredAxiomGenerator getGenerator()
public OWLReasonerException getReasonerException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |