private PelletRuntimeException convert(PelletRuntimeException e) throws InconsistentOntologyException,
ReasonerInterruptedException, TimeOutException, FreshEntitiesException {
if( e instanceof org.mindswap.pellet.exceptions.TimeoutException ) {
throw new TimeOutException();
}
if( e instanceof org.mindswap.pellet.exceptions.TimerInterruptedException ) {
throw new ReasonerInterruptedException( e );
}