inError = true;
getLogger().error(
"Could not create an Appender. Reported error follows.", oops);
ec.addError(
new ErrorItem("Could not create appender of type " + className + "]."));
throw new ActionException(ActionException.SKIP_CHILDREN, oops);
}
}