org.semanticweb.elk.reasoner
Class ElkFreshEntitiesException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.semanticweb.elk.owl.exceptions.ElkException
              extended by org.semanticweb.elk.reasoner.ElkFreshEntitiesException
All Implemented Interfaces:
Serializable

public class ElkFreshEntitiesException
extends ElkException

Exception that is thrown when a query that is asked to the reasoner refers to vocabulary symbols that do not occur in the ontology yet.

Author:
Markus Kroetzsch, "Yevgeny Kazakov"
See Also:
Serialized Form

Field Summary
protected  Set<ElkEntity> entities
           
 
Constructor Summary
ElkFreshEntitiesException(ElkEntity entity)
           
ElkFreshEntitiesException(Set<ElkEntity> entities)
           
 
Method Summary
 Set<ElkEntity> getEntities()
           
 
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
 

Field Detail

entities

protected final Set<ElkEntity> entities
Constructor Detail

ElkFreshEntitiesException

public ElkFreshEntitiesException(ElkEntity entity)

ElkFreshEntitiesException

public ElkFreshEntitiesException(Set<ElkEntity> entities)
Method Detail

getEntities

public Set<ElkEntity> getEntities()


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.