📄 stylesheetnotfoundexception.java
字号:
package net.wastl.webmail.exceptions;/** * StylesheetNotFoundException.java * * * Created: Thu May 4 15:37:15 2000 * * @author Sebastian Schaffert * @version */public class StylesheetNotFoundException extends WebMailException { public StylesheetNotFoundException() { super(); } public StylesheetNotFoundException(String s) { super(s); } } // StylesheetNotFoundException
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -