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