Uses of Class
cloud.opencode.base.xml.exception.OpenXmlException
Packages that use OpenXmlException
Package
Description
XML Exception Classes - Exception hierarchy for XML operations
XML 异常类 - XML 操作的异常层次结构
SAX Package - Simple API for XML (Event-driven parsing)
SAX 包 - XML 简单 API(事件驱动解析)
-
Uses of OpenXmlException in cloud.opencode.base.xml.exception
Subclasses of OpenXmlException in cloud.opencode.base.xml.exceptionModifier and TypeClassDescriptionclassXML Bind Exception - Thrown when XML-to-Bean binding fails XML 绑定异常 - 当 XML 到 Bean 绑定失败时抛出classXML Parse Exception - Thrown when XML parsing fails XML 解析异常 - 当 XML 解析失败时抛出classXML Security Exception - Thrown when a security violation is detected XML 安全异常 - 当检测到安全违规时抛出classXML Transform Exception - Thrown when XSLT transformation fails XML 转换异常 - 当 XSLT 转换失败时抛出classXML Validation Exception - Thrown when XML validation fails XML 验证异常 - 当 XML 验证失败时抛出classXPath Exception - Thrown when XPath evaluation fails XPath 异常 - 当 XPath 求值失败时抛出Methods in cloud.opencode.base.xml.exception that return OpenXmlExceptionModifier and TypeMethodDescriptionstatic OpenXmlExceptionCreates a bind error exception.static OpenXmlExceptionOpenXmlException.parseError(String message, int line, int column) Creates a parse error exception.static OpenXmlExceptionOpenXmlException.transformError(Throwable cause) Creates a transform error exception.static OpenXmlExceptionOpenXmlException.validationError(String message) Creates a validation error exception.static OpenXmlExceptionOpenXmlException.xpathError(String xpath, Throwable cause) Creates an XPath error exception. -
Uses of OpenXmlException in cloud.opencode.base.xml.sax
Subclasses of OpenXmlException in cloud.opencode.base.xml.saxModifier and TypeClassDescriptionclassSAX Parse Exception - Exception thrown during SAX parsing SAX 解析异常 - SAX 解析期间抛出的异常