this.orig.setValue(context, value);
} catch (PropertyNotFoundException pnfe) {
throw new PropertyNotFoundException(this.attr + ": "
+ pnfe.getMessage(), pnfe.getCause());
} catch (PropertyNotWritableException pnwe) {
throw new PropertyNotWritableException(this.attr + ": "
+ pnwe.getMessage(), pnwe.getCause());
} catch (ELException e) {
throw new ELException(this.attr + ": " + e.getMessage(), e.getCause());
}
}