public abstract class ExceptionHandler extends Object
Constructor and Description |
---|
ExceptionHandler() |
Modifier and Type | Method and Description |
---|---|
void |
doHandleException(List<ErrorMessage> messages)
处理异常的方法
|
abstract String |
getMessage(List<ErrorMessage> messages) |
public final void doHandleException(List<ErrorMessage> messages) throws IllegalValidateException
messages
- 检验结果Exception
IllegalValidateException
public abstract String getMessage(List<ErrorMessage> messages)
Copyright © 2018 lodsve. All rights reserved.