public class LocatedMuleException extends MuleException
LocatedMuleException is a general exception that adds context location about the Exception (i.e.: where it occurred in
the application).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 and Description |
|---|
LocatedMuleException(I18nMessage message,
Object component) |
LocatedMuleException(I18nMessage message,
Throwable cause,
Object component) |
LocatedMuleException(Object component) |
LocatedMuleException(Throwable cause,
Object component) |
| Modifier and Type | Method and Description |
|---|---|
protected String |
resolveProcessorPath(Object component) |
protected void |
setLocation(Object component) |
static String |
toString(Object obj) |
addAllInfo, addInfo, appendMessage, equals, getAdditionalInfo, getDetailedMessage, getExceptionInfo, getI18nMessage, getInfo, getMessage, getMessageCode, getSummaryMessage, getVerboseMessage, hashCode, isVerboseExceptions, prependMessage, refreshVerboseExceptions, setMessage, setMessageaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic LocatedMuleException(Object component)
component - the object that failed during a lifecycle method callpublic LocatedMuleException(I18nMessage message, Object component)
message - the exception messagecomponent - the object that failed during a lifecycle method callpublic LocatedMuleException(I18nMessage message, Throwable cause, Object component)
message - the exception messagecause - the exception that cause this exception to be throwncomponent - the object that failed during a lifecycle method callCopyright © 2025 MuleSoft, Inc.. All rights reserved.