* @param cause an optional causitive exception
* @throws BuilderException the exception required
*/
private void reportBadValue(String name,
Throwable cause) throws BuilderException {
throw new BuilderException(exceptionLocalizer.format(
"menu-model-missing-attribute",
new Object[] {
name,
(currentEntity != null ?
currentEntity.getClass().getName() :null)}),