Uses of Class
org.craftercms.core.exception.XmlException
Packages that use XmlException
Package
Description
-
Uses of XmlException in org.craftercms.core.exception
Subclasses of XmlException in org.craftercms.core.exceptionModifier and TypeClassDescriptionclassThrown to indicate that an error occurred while parsing an XML file.classThrown when two descriptor DOMs can't be merged correctly into a single DOM. -
Uses of XmlException in org.craftercms.core.processors.impl.resolvers
Methods in org.craftercms.core.processors.impl.resolvers that throw XmlExceptionModifier and TypeMethodDescriptionMetaDataProcessorResolver.getProcessor(Item item) Looks for the processor element (by querying it with theprocessorElementXPathQuery) in the item's descriptor. -
Uses of XmlException in org.craftercms.core.util.xml
Methods in org.craftercms.core.util.xml that throw XmlException -
Uses of XmlException in org.craftercms.core.util.xml.impl
Methods in org.craftercms.core.util.xml.impl that throw XmlException -
Uses of XmlException in org.craftercms.core.xml.mergers.impl.resolvers
Methods in org.craftercms.core.xml.mergers.impl.resolvers that throw XmlExceptionModifier and TypeMethodDescriptionMetaDataMergeStrategyResolver.getStrategy(String descriptorUrl, org.dom4j.Document descriptorDom) Returns aDescriptorMergeStrategyfor a given descriptor.