org.semanticweb.owl.inference
Class UndefinedEntityException

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.inference.OWLReasonerException
                  extended by org.semanticweb.owl.inference.UndefinedEntityException
All Implemented Interfaces:
java.io.Serializable

public class UndefinedEntityException
extends OWLReasonerException

Author: Matthew Horridge
The University Of Manchester
Bio-Health Informatics Group
Date: 27-Apr-2007

If an ask operations references an undefined entity, then this exception indicates this.

See Also:
Serialized Form

Constructor Summary
UndefinedEntityException(OWLEntity entity)
           
 
Method Summary
 OWLEntity getEntity()
           
 
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

UndefinedEntityException

public UndefinedEntityException(OWLEntity entity)
Method Detail

getEntity

public OWLEntity getEntity()