Class ValueResolvingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mule.runtime.api.exception.MuleException
org.mule.sdk.api.values.ValueResolvingException
org.mule.runtime.extension.api.values.ValueResolvingException
- All Implemented Interfaces:
Serializable
@MinMuleVersion("4.1")
public class ValueResolvingException
extends org.mule.sdk.api.values.ValueResolvingException
Exception to indicate than an error occurred resolving values- Since:
- 1.0
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.mule.runtime.api.exception.MuleException
EXCEPTION_MESSAGE_DELIMITER, EXCEPTION_MESSAGE_SECTION_DELIMITER, INFO_ALREADY_LOGGED_KEY, INFO_ERROR_TYPE_KEY, INFO_LOCATION_KEY, INFO_SOURCE_XML_KEY, MISSING_DEFAULT_VALUE, MULE_VERBOSE_EXCEPTIONS, verboseExceptions -
Constructor Summary
ConstructorsConstructorDescriptionValueResolvingException(String message, String failureCode) ValueResolvingException(String message, String failureCode, Throwable cause) ValueResolvingException(org.mule.runtime.api.i18n.I18nMessage message, String failureCode) ValueResolvingException(org.mule.runtime.api.i18n.I18nMessage message, String failureCode, Throwable cause) -
Method Summary
Methods inherited from class org.mule.sdk.api.values.ValueResolvingException
getFailureCodeMethods inherited from class org.mule.runtime.api.exception.MuleException
addAllInfo, addInfo, appendMessage, equals, getAdditionalInfo, getDetailedMessage, getExceptionInfo, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, isVerboseExceptions, prependMessage, refreshVerboseExceptions, setMessage, setMessageMethods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
UNKNOWN
- See Also:
-
INVALID_VALUE_RESOLVER_NAME
- See Also:
-
CONNECTION_FAILURE
- See Also:
-
INVALID_LOCATION
- See Also:
-
NOT_VALUE_PROVIDER_ENABLED
- See Also:
-
MISSING_REQUIRED_PARAMETERS
- See Also:
-
-
Constructor Details
-
ValueResolvingException
-
ValueResolvingException
-
ValueResolvingException
-
ValueResolvingException
-