public class RequiredParameterNotSetException
extends org.mule.runtime.api.exception.MuleRuntimeException
MuleRuntimeException that aims to be thrown when a required parameter is not set.| Constructor and Description |
|---|
RequiredParameterNotSetException(org.mule.runtime.api.meta.model.parameter.ParameterModel parameterModel) |
RequiredParameterNotSetException(String name) |
| Modifier and Type | Method and Description |
|---|---|
String |
getParameterName() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic RequiredParameterNotSetException(org.mule.runtime.api.meta.model.parameter.ParameterModel parameterModel)
public RequiredParameterNotSetException(String name)
public String getParameterName()
Copyright © 2003–2020 MuleSoft, Inc.. All rights reserved.