📄 illegaltimeformatexception.java
字号:
package com.toa.abs.exceptions;
public class IllegalTimeFormatException extends NumberFormatException{
private static final long serialVersionUID=-275437890123456L;
public IllegalTimeFormatException(){
}
public IllegalTimeFormatException(String mesg){
super(mesg);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -