public class DefaultExceptionFilter extends ExceptionFilter
| Constructor and Description |
|---|
DefaultExceptionFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterException(HttpServerRequest req,
HttpServerResponse res,
Throwable e)
异常之后的处理逻辑
|
doFilterpublic void afterException(HttpServerRequest req, HttpServerResponse res, Throwable e)
ExceptionFilterafterException in class ExceptionFilterreq - HttpServerRequestres - HttpServerResponsee - 异常Copyright © 2025. All rights reserved.