| Class | Description |
|---|---|
| SchemaValidatorErrorTypeProvider |
Provides the error types for the validate-schema operation
|
| StandardXmlErrorTypeProvider |
Base error type provider which contains basic error types common to most operations
|
| TransformerErrorListener |
An
ErrorListener which transforms generic exceptions into module exceptions |
| XPathErrorTypeProvider |
Provides the error types for the XPath operation
|
| Exception | Description |
|---|---|
| InvalidInputXmlException |
A
ModuleException associated with the XmlError.INVALID_INPUT_XML type |
| InvalidSchemaException |
A
ModuleException associated with the XmlError.INVALID_SCHEMA type |
| InvalidXPathExpressionException |
A
ModuleException associated with the XmlError.INVALID_XPATH_EXPRESSION type |
| NullContextPropertyException |
A
ModuleException associated with the XmlError.NULL_CONTEXT_PROPERTY type |
| TransformationException |
A
ModuleException associated with the XmlError.TRANSFORMATION type |
Copyright © 2026 MuleSoft, Inc.. All rights reserved.