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