throw new EmsException("Could not access value history class",e);
} catch (ClassNotFoundException e) {
throw new EmsException("Configured ValueHistory class not found",e);
}
} else {
this.valueHistory = new CompleteValueHistory(Integer.valueOf(getControlProperty(CONTROL_ATTRIBUTE_HISTORY_DEPTH,"1")));
}
}
}