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

📄 extexception.java

📁 kmlnjlkj nlkjlkjkljl okopokipoipo oipipipo i
💻 JAVA
字号:
package org.bouncycastle.jce.exception;/** *  * This is an extended exception. Java before version 1.4 did not offer the * possibility the attach a cause to an exception. The cause of an exception is * the <code>Throwable</code> object which was thrown and caused the * exception. This interface must be implemented by all exceptions to accomplish * this additional functionality. *  */public interface ExtException{    /**     * Returns the cause of the exception.     *      * @return The cause of the exception.     */    Throwable getCause();}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -