public class SchemaValidationException
extends org.mule.runtime.extension.api.exception.ModuleException
implements org.mule.runtime.api.exception.ErrorMessageAwareException
ModuleException associated with the XmlError.SCHEMA_NOT_HONOURED type| Constructor and Description |
|---|
SchemaValidationException(String message,
List<SchemaViolation> problems)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.message.Message |
getErrorMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SchemaValidationException(String message, List<SchemaViolation> problems)
message - the exception descriptionproblems - the list of SchemaViolation foundCopyright © 2026 MuleSoft, Inc.. All rights reserved.