Serializable
public class FreshEntitiesException extends OWLReasonerRuntimeException
FreshEntityPolicy
and
OWLReasonerConfiguration
.Constructor | Description |
---|---|
FreshEntitiesException(Collection<OWLEntity> entities) |
|
FreshEntitiesException(Collection<OWLEntity> entities,
Throwable t) |
|
FreshEntitiesException(OWLEntity entity) |
|
FreshEntitiesException(OWLEntity entity,
Throwable t) |
Modifier and Type | Method | Description |
---|---|---|
Collection<OWLEntity> |
getEntities() |
Gets the entities.
|
String |
getMessage() |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public FreshEntitiesException(Collection<OWLEntity> entities)
entities
- fresh entitiespublic FreshEntitiesException(Collection<OWLEntity> entities, Throwable t)
entities
- entitiest
- causepublic FreshEntitiesException(OWLEntity entity)
entity
- fresh entitypublic Collection<OWLEntity> getEntities()
@Nonnull public String getMessage()
getMessage
in class Throwable
Copyright © 2018 The University of Manchester. All rights reserved.