org.mule.util
Class ExceptionHolder

java.lang.Object
  extended by org.mule.util.ExceptionHolder
All Implemented Interfaces:
ExceptionListener

public class ExceptionHolder
extends Object
implements ExceptionListener

TODO


Field Summary
protected  Log logger
           
 
Constructor Summary
ExceptionHolder()
           
 
Method Summary
 void clear()
           
 void exceptionThrown(Exception e)
           
 List getExceptions()
           
 boolean isExceptionThrown()
           
 void print()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Log logger
Constructor Detail

ExceptionHolder

public ExceptionHolder()
Method Detail

exceptionThrown

public void exceptionThrown(Exception e)
Specified by:
exceptionThrown in interface ExceptionListener

getExceptions

public List getExceptions()

isExceptionThrown

public boolean isExceptionThrown()

clear

public void clear()

print

public void print()


Copyright © 2003-2009 MuleSource, Inc.. All Rights Reserved.