org.semanticweb.owl.util
Class InferredAxiomGeneratorException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.owl.model.OWLException
              extended by org.semanticweb.owl.util.InferredAxiomGeneratorException
All Implemented Interfaces:
java.io.Serializable

public class InferredAxiomGeneratorException
extends OWLException

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.

See Also:
Serialized Form

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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InferredAxiomGeneratorException

public InferredAxiomGeneratorException(InferredAxiomGenerator generator,
                                       OWLReasonerException reasonerException)
Method Detail

getGenerator

public InferredAxiomGenerator getGenerator()

getReasonerException

public OWLReasonerException getReasonerException()