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