260261262263264265266267
return (T) value; } catch (NoResolverForSlotException ex) { throw ex; } catch (Exception ex) { throw new SlotMappingResolutionException(slot, this, ex); } }