public final class DefaultExceptionReader extends Object implements ExceptionReader
| Constructor and Description |
|---|
DefaultExceptionReader() |
public String getMessage(Throwable t)
getMessage in interface ExceptionReaderpublic Throwable getCause(Throwable t)
getCause in interface ExceptionReaderpublic Class<?> getExceptionType()
getExceptionType in interface ExceptionReaderpublic Map<?,?> getInfo(Throwable t)
getInfo in interface ExceptionReadert - the exception to extract the information fromCopyright © 2003–2015 MuleSoft, Inc.. All rights reserved.