📄 irexception.java
字号:
// $Id: IRException.java,v 1.2 1999/09/27 20:01:28 deberg Exp $package java6035.tools.IR;/** * If an exception condition occurs while building an IR, an IRException * object is thrown. */public class IRException extends java.lang.RuntimeException{ /** * @param reason reason for exception */ public IRException(String reason) { super(reason); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -