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