printer.println("Condition: [id=" + condition.getConditionId()
+ ", name=" + condition.getConditionName() + ", order="
+ condition.getOrder() + ", class="
+ condition.getClass().getName() + "]");
} catch (Exception e) {
throw new CmdLineActionException(
"Failed to get condition by id for conditionId '" + conditionId
+ "' : " + e.getMessage(), e);
}
}