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() |
SchemaValidationException(String message,
List<SchemaViolation> problems)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.message.Message |
getErrorMessage() |
void |
setMessage(org.mule.runtime.api.message.Message message) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic SchemaValidationException()
public SchemaValidationException(String message, List<SchemaViolation> problems)
message - the exception descriptionproblems - the list of SchemaViolation foundCopyright © 2025 MuleSoft, Inc.. All rights reserved.