Uses of Class
org.camunda.spin.xml.SpinXmlElementImplementationException
-
Uses of SpinXmlElementImplementationException in org.camunda.spin.impl.xml.dom
Modifier and TypeMethodDescriptionDomXmlLogger.unableToAppendElementInImplementation
(SpinXmlElement element, SpinXmlElement childElement, Exception cause) DomXmlLogger.unableToInsertElementInImplementation
(SpinXmlElement element, SpinXmlElement childElement, Exception cause) DomXmlLogger.unableToRemoveChildInImplementation
(SpinXmlElement element, SpinXmlElement childElement, Exception cause) DomXmlLogger.unableToReplaceElementInImplementation
(SpinXmlElement existingElement, SpinXmlElement newElement, Exception cause) DomXmlLogger.unableToSetAttributeInImplementation
(SpinXmlElement element, String namespace, String attributeName, String value, Exception cause)