01-自定义异常
Exception
|─ RuntimeException
│ ├─ NullPointerException
│ ├─ IndexOutOfBoundsException
│ ├─ SecurityException
│ └─ IllegalArgumentException
│ └─ NumberFormatException
├─ IOException
│ ├─ UnsupportedCharsetException
│ ├─ FileNotFoundException
│ └─ SocketException
├─ ParseException
├─ GeneralSecurityException
├─ SQLException
└─ TimeoutException
主要注解:@ControllerAdvice @RestControllerAdvice
作者:何贤刚 创建时间:2024-04-19 22:29
最后编辑:何贤刚 更新时间:2024-04-19 22:33
最后编辑:何贤刚 更新时间:2024-04-19 22:33