if( e instanceof org.mindswap.pellet.exceptions.TimeoutException ) {
throw new TimeOutException();
}
if( e instanceof org.mindswap.pellet.exceptions.TimerInterruptedException ) {
throw new ReasonerInterruptedException( e );
}
if( e instanceof org.mindswap.pellet.exceptions.InconsistentOntologyException ) {
throw new InconsistentOntologyException();
}