public class WalletExceptionConverter extends java.lang.Object implements ExceptionConverter<WalletException>
Modifier and Type | Field and Description |
---|---|
protected org.slf4j.Logger |
logger |
Constructor and Description |
---|
WalletExceptionConverter() |
Modifier and Type | Method and Description |
---|---|
WalletException |
convert(java.lang.Throwable t)
Convert exception.
|
public WalletException convert(java.lang.Throwable t)
ExceptionConverter
convert
in interface ExceptionConverter<WalletException>
t
- an exception to convert