public final class MultipleValidationException
extends org.mule.runtime.extension.api.exception.ModuleException
implements org.mule.runtime.api.exception.ComposedErrorException
ValidationResult which takes a MultipleValidationResult as a result.| Modifier and Type | Method and Description |
|---|---|
List<org.mule.runtime.api.message.Error> |
getErrors() |
static MultipleValidationException |
of(List<org.mule.runtime.api.message.Error> errors) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static MultipleValidationException of(List<org.mule.runtime.api.message.Error> errors)
public List<org.mule.runtime.api.message.Error> getErrors()
getErrors in interface org.mule.runtime.api.exception.ComposedErrorExceptionCopyright © 2018 MuleSoft, Inc.. All rights reserved.