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).INFO_LOCATION_KEY, INFO_SOURCE_XML_KEY, 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) |
addInfo, appendMessage, appendSummaryMessage, equals, getDetailedMessage, 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 © 2017 MuleSoft, Inc.. All rights reserved.