📄 fileexistexception.java
字号:
/** * Description of the Class * * @author kilo * @created 2003年12月22日 */public class FileExistException extends Exception { /** * Constructor for the FileExistException object */ public FileExistException() { } /** * Constructor for the FileExistException object * * @param message Description of the Parameter */ public FileExistException( String message ) { super( message ); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -