Package org.camunda.spin.impl.xml.dom
Class DomXmlLogger
java.lang.Object
org.camunda.commons.logging.BaseLogger
org.camunda.spin.impl.logging.SpinLogger
org.camunda.spin.impl.xml.dom.DomXmlLogger
- Author:
- Daniel Meyer
-
Field Summary
Fields inherited from class org.camunda.spin.impl.logging.SpinLogger
CORE_LOGGER
Fields inherited from class org.camunda.commons.logging.BaseLogger
componentId, delegateLogger, projectCode
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
void
documentBuilderFactoryConfiguration
(String property, String value) elementHasNoParent
(SpinXmlElement element) elementIsNotChildOfThisElement
(SpinXmlElement existingChildElement, SpinXmlElement parentDomElement) iteratorHasNoMoreElements
(Class<?> iteratorClass) methodNotSupportedByClass
(String methodName, Class<?> implementationClass) moreThanOneChildElementFoundForNamespaceAndName
(String namespace, String elementName) notAllowedXPathExpression
(String expression) void
unableToAdoptElement
(SpinXmlElement elementToAdopt) unableToAppendElementInImplementation
(SpinXmlElement element, SpinXmlElement childElement, Exception cause) unableToCastXPathResultTo
(Class<?> castClass, Exception cause) unableToCreateContext
(Throwable cause) unableToCreateParser
(Exception cause) unableToDeserialize
(Object node, String canonicalClassName, Throwable cause) unableToDetectCanonicalType
(Object parameter) unableToEvaluateXPathExpressionOnElement
(SpinXmlElement element, Exception cause) unableToFindAttributeWithNamespaceAndName
(String namespace, String attributeName) unableToFindChildElementWithNamespaceAndName
(String namespace, String elementName) unableToFindStripSpaceXsl
(String expression) unableToFindXPathExpression
(String expression) unableToInsertElementInImplementation
(SpinXmlElement element, SpinXmlElement childElement, Exception cause) unableToMapInput
(Object parameter, Throwable cause) unableToRemoveChildInImplementation
(SpinXmlElement element, SpinXmlElement childElement, Exception cause) unableToReplaceElementInImplementation
(SpinXmlElement existingElement, SpinXmlElement newElement, Exception cause) unableToSetAttributeInImplementation
(SpinXmlElement element, String namespace, String attributeName, String value, Exception cause) unableToSetAttributeValueToNull
(String namespace, String attributeName) unableToSetEventHandler
(String className, Throwable cause) unableToSetProperty
(String propertyName, String className, Throwable cause) unableToTransformElement
(Node element, Exception cause) unableToWriteAttribute
(SpinXmlAttribute attribute, Exception cause) void
Methods inherited from class org.camunda.commons.logging.BaseLogger
createLogger, exceptionMessage, formatMessageTemplate, isDebugEnabled, isErrorEnabled, isInfoEnabled, isWarnEnabled, log, log, logDebug, logError, logInfo, logTrace, logWarn
-
Field Details
-
PROJECT_CODE
- See Also:
-
XML_DOM_LOGGER
-
-
Constructor Details
-
DomXmlLogger
public DomXmlLogger()
-
-
Method Details
-
usingDocumentBuilderFactory
-
createdDocumentBuilder
public void createdDocumentBuilder() -
documentBuilderFactoryConfiguration
-
parsingInput
public void parsingInput() -
unableToCreateParser
-
unableToFindAttributeWithNamespaceAndName
public SpinXmlAttributeException unableToFindAttributeWithNamespaceAndName(String namespace, String attributeName) -
unableToFindChildElementWithNamespaceAndName
public SpinXmlElementException unableToFindChildElementWithNamespaceAndName(String namespace, String elementName) -
moreThanOneChildElementFoundForNamespaceAndName
public SpinXmlElementException moreThanOneChildElementFoundForNamespaceAndName(String namespace, String elementName) -
unableToParseInput
-
unableToSetAttributeValueToNull
public SpinXmlAttributeException unableToSetAttributeValueToNull(String namespace, String attributeName) -
unableToAdoptElement
-
methodNotSupportedByClass
public UnsupportedOperationException methodNotSupportedByClass(String methodName, Class<?> implementationClass) -
iteratorHasNoMoreElements
-
elementHasNoParent
-
unableToReplaceElementInImplementation
public SpinXmlElementImplementationException unableToReplaceElementInImplementation(SpinXmlElement existingElement, SpinXmlElement newElement, Exception cause) -
unableToSetAttributeInImplementation
public SpinXmlElementImplementationException unableToSetAttributeInImplementation(SpinXmlElement element, String namespace, String attributeName, String value, Exception cause) -
unableToAppendElementInImplementation
public SpinXmlElementImplementationException unableToAppendElementInImplementation(SpinXmlElement element, SpinXmlElement childElement, Exception cause) -
unableToInsertElementInImplementation
public SpinXmlElementImplementationException unableToInsertElementInImplementation(SpinXmlElement element, SpinXmlElement childElement, Exception cause) -
unableToRemoveChildInImplementation
public SpinXmlElementImplementationException unableToRemoveChildInImplementation(SpinXmlElement element, SpinXmlElement childElement, Exception cause) -
unableToWriteAttribute
public SpinXmlAttributeException unableToWriteAttribute(SpinXmlAttribute attribute, Exception cause) -
unableToCreateTransformer
-
unableToTransformElement
-
unableToEvaluateXPathExpressionOnElement
public SpinXPathException unableToEvaluateXPathExpressionOnElement(SpinXmlElement element, Exception cause) -
unableToCastXPathResultTo
-
unableToDetectCanonicalType
-
unableToMapInput
-
unableToDeserialize
public SpinXmlDataFormatException unableToDeserialize(Object node, String canonicalClassName, Throwable cause) -
unableToCreateMarshaller
-
unableToCreateContext
-
unableToCreateUnmarshaller
-
unableToSetEventHandler
-
unableToSetProperty
public SpinXmlDataFormatException unableToSetProperty(String propertyName, String className, Throwable cause) -
notAllowedXPathExpression
-
unableToFindXPathExpression
-
elementIsNotChildOfThisElement
public SpinXmlElementException elementIsNotChildOfThisElement(SpinXmlElement existingChildElement, SpinXmlElement parentDomElement) -
unableToFindStripSpaceXsl
-
unableToLoadFormattingTemplates
-