public class DataErrorHandler extends java.lang.Object implements IErrorHandler
| Constructor and Description |
|---|
DataErrorHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handlerException(java.lang.Throwable error,
RespEntity respEntity)
处理异常
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTextpublic void handlerException(java.lang.Throwable error,
RespEntity respEntity)
IErrorHandlerhandlerException in interface IErrorHandlererror - 异常respEntity - 响应容器