Package org.mule.runtime.ast.api
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 Summary
ConstructorsConstructorDescriptionParameterResolutionException(org.mule.runtime.api.i18n.I18nMessage message, Exception cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParameterResolutionException
-