⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stylesheetnotfoundexception.java

📁 支持IMAP/POP3协议的webmail源码
💻 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 + -