if( e instanceof org.mindswap.pellet.exceptions.TimerInterruptedException ) {
throw new ReasonerInterruptedException( e );
}
if( e instanceof org.mindswap.pellet.exceptions.InconsistentOntologyException ) {
throw new InconsistentOntologyException();
}
if( e instanceof org.mindswap.pellet.exceptions.UndefinedEntityException ) {
Set<OWLEntity> unknown = Collections.emptySet();
throw new FreshEntitiesException( unknown );