stylesheetnotfoundexception.java

来自「这是个JAVA开发的WEB邮箱」· Java 代码 · 共 24 行

JAVA
24
字号
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 + =
减小字号Ctrl + -
显示快捷键?