public class LifecycleException extends LocatedMuleException
LifecycleException is the base exception thrown when an error occurs
during a Lifecycle phase.INFO_LOCATION_KEY, INFO_SOURCE_XML_KEY, verboseExceptions| Constructor and Description |
|---|
LifecycleException(I18nMessage message,
Object component) |
LifecycleException(I18nMessage message,
Throwable cause,
Object component) |
LifecycleException(Throwable cause,
Object component) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getComponent() |
protected String |
resolveProcessorPath(Object component) |
setLocation, toStringaddInfo, 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 LifecycleException(I18nMessage message, Object component)
message - the exception messagecomponent - the object that failed during a lifecycle method callpublic LifecycleException(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 callpublic Object getComponent()
protected String resolveProcessorPath(Object component)
resolveProcessorPath in class LocatedMuleExceptionCopyright © 2017 MuleSoft, Inc.. All rights reserved.