org.semanticweb.elk.reasoner
Class ElkFreshEntitiesException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.semanticweb.elk.owl.exceptions.ElkException
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
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
entities
protected final Set<ElkEntity> entities
ElkFreshEntitiesException
public ElkFreshEntitiesException(ElkEntity entity)
ElkFreshEntitiesException
public ElkFreshEntitiesException(Set<ElkEntity> entities)
getEntities
public Set<ElkEntity> getEntities()
Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.