throw new UnableToCompleteException();
}
// Extract the label if its in TabInfo
if (tabInfoAnnotation.label().length() > 0) {
tabLabel = tabInfoAnnotation.label();
}
if (tabLabel != null && tabInfoFunctionDescription != null) {
logger.log(TreeLogger.ERROR, "The @" + TabInfo.class.getSimpleName()
+ " in " + presenterClassName + " defines the 'label' parameter and"
+ " annotates a method, this is not permitted.", null);