public class ExpressionRuntimeException
extends org.mule.runtime.api.exception.MuleRuntimeException
org.mule.runtime.core.expression.DefaultExpressionManager if an expression returns null and failIfNull
was set.| Constructor and Description |
|---|
ExpressionRuntimeException(org.mule.runtime.api.i18n.I18nMessage message) |
ExpressionRuntimeException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ExpressionRuntimeException(org.mule.runtime.api.i18n.I18nMessage message)
message - the exception messagepublic ExpressionRuntimeException(org.mule.runtime.api.i18n.I18nMessage message,
Throwable cause)
message - the exception messagecause - the exception that triggered this exceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.