public class DateException extends RuntimeException
日期异常类
| 限定符和类型 | 字段和说明 |
|---|---|
private static long |
serialVersionUID |
| 构造器和说明 |
|---|
DateException(String message) |
DateException(String messageTemplate,
Object... params) |
DateException(String message,
Throwable throwable) |
DateException(Throwable e) |
DateException(Throwable throwable,
String messageTemplate,
Object... params) |
Copyright © 2020. All rights reserved.