Skip to content

Commit f6cbbc4

Browse files
Muskan Guptaci-build
authored andcommitted
Removing GuideException
1 parent 7ebbe6e commit f6cbbc4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

bundles/af-core/src/main/java/com/adobe/cq/forms/core/components/internal/form/FormStructureParserImpl.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
import org.slf4j.Logger;
3131
import org.slf4j.LoggerFactory;
3232

33-
import com.adobe.aemds.guide.service.GuideException;
3433
import com.adobe.cq.forms.core.components.internal.constants.ThemeConstants;
3534
import com.adobe.cq.forms.core.components.models.form.FormContainer;
3635
import com.adobe.cq.forms.core.components.models.form.FormStructureParser;
@@ -87,7 +86,7 @@ public String getThemeClientLibRefFromFormContainer() {
8786
ValueMap themeProps = themeResource.getValueMap();
8887
themeClientLibRef = themeProps.get(ThemeConstants.PROPERTY_CLIENTLIB_CATEGORY, "");
8988
} else {
90-
throw new GuideException("Invalid Theme Name " + themeContentPath);
89+
logger.error("Invalid Theme Name {}", themeContentPath);
9190
}
9291
}
9392

0 commit comments

Comments
 (0)