public class ExceptionHolder extends Object implements ExceptionListener
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.logging.Log |
logger |
| 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–2015 MuleSoft, Inc.. All rights reserved.