public class ExpressionException extends RuntimeException
| 构造器和说明 |
|---|
ExpressionException(String message) |
ExpressionException(String messageTemplate,
Object... params) |
ExpressionException(String message,
Throwable throwable) |
ExpressionException(Throwable e) |
ExpressionException(Throwable throwable,
String messageTemplate,
Object... params) |
Copyright © 2021. All rights reserved.