108109110111112113114115
try { return EnumUtils.readEnum(_enumType, name); } catch (EnumDerialisationException cfe) { throw cfe; } catch (Exception e) { throw new IOExceptionWrapper(e); } }