Class ParameterResolutionException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.mule.runtime.api.exception.MuleRuntimeException
org.mule.runtime.ast.api.ParameterResolutionException
All Implemented Interfaces:
Serializable

public class ParameterResolutionException extends org.mule.runtime.api.exception.MuleRuntimeException
Indicates that the conversion of a fixed parameter value to its expected type failed.
Since:
1.1
See Also:
  • Constructor Details

    • ParameterResolutionException

      public ParameterResolutionException(org.mule.runtime.api.i18n.I18nMessage message, Exception cause)