return aChain.getConversionExecutor( sourceClass, targetClass );
} catch ( ConversionException e ) {
// ignore and try the next conversion service in the chain
}
}
throw new ConversionException( sourceClass, targetClass, "No converter registered to convert from sourceClass '"
+ sourceClass + "' to target class '" + targetClass + "'" );
}