return;
}
} catch (NoninvertibleTransformException exception) {
final TransformException e;
e = new TransformException(Errors.format(ErrorKeys.NONINVERTIBLE_TRANSFORM));
e.initCause(exception);
throw e;
}
throw new TransformException(Errors.format(ErrorKeys.NO_CONVERGENCE));
}