"Handlers need a class", commandId)) { //$NON-NLS-1$
continue;
}
// Get the activeWhen and enabledWhen expressions.
final Expression activeWhenExpression = readWhenElement(
configurationElement, TAG_ACTIVE_WHEN, commandId,
warningsToLog);
if (activeWhenExpression == ERROR_EXPRESSION) {
continue;
}
final Expression enabledWhenExpression = readWhenElement(
configurationElement, TAG_ENABLED_WHEN, commandId,
warningsToLog);
if (enabledWhenExpression == ERROR_EXPRESSION) {
continue;
}