public class ExceptionHolder extends Object implements ExceptionListener
| Constructor and Description |
|---|
ExceptionHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
void |
exceptionThrown(Exception e) |
List |
getExceptions() |
boolean |
isExceptionThrown() |
void |
print() |
public void exceptionThrown(Exception e)
exceptionThrown in interface ExceptionListenerpublic List getExceptions()
public boolean isExceptionThrown()
public void clear()
public void print()
Copyright © 2003-2012 MuleSource, Inc.. All Rights Reserved.