|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mule.impl.AbstractExceptionListener
org.mule.providers.ftp.DebugExceptionStrategy
public class DebugExceptionStrategy
Field Summary | |
---|---|
protected Log |
logger
|
Fields inherited from class org.mule.impl.AbstractExceptionListener |
---|
endpoints, initialised |
Constructor Summary | |
---|---|
DebugExceptionStrategy()
|
Method Summary | |
---|---|
void |
handleLifecycleException(Object component,
Throwable e)
|
void |
handleMessagingException(org.mule.umo.UMOMessage message,
Throwable e)
|
void |
handleRoutingException(org.mule.umo.UMOMessage message,
org.mule.umo.endpoint.UMOImmutableEndpoint endpoint,
Throwable e)
|
void |
handleStandardException(Throwable e)
|
Methods inherited from class org.mule.impl.AbstractExceptionListener |
---|
addEndpoint, doInitialise, exceptionThrown, fireNotification, getEndpoint, getEndpoints, getErrorMessagePayload, getExceptionType, initialise, isInitialised, logException, logFatal, markTransactionForRollback, removeEndpoint, routeException, setEndpoints |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected transient Log logger
Constructor Detail |
---|
public DebugExceptionStrategy()
Method Detail |
---|
public void handleMessagingException(org.mule.umo.UMOMessage message, Throwable e)
handleMessagingException
in class org.mule.impl.AbstractExceptionListener
public void handleRoutingException(org.mule.umo.UMOMessage message, org.mule.umo.endpoint.UMOImmutableEndpoint endpoint, Throwable e)
handleRoutingException
in class org.mule.impl.AbstractExceptionListener
public void handleLifecycleException(Object component, Throwable e)
handleLifecycleException
in class org.mule.impl.AbstractExceptionListener
public void handleStandardException(Throwable e)
handleStandardException
in class org.mule.impl.AbstractExceptionListener
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |