📄 sqlexception.java
字号:
package sql4j.parser;
/**
* Insert the type's description here.
* Creation date: (1/30/01 6:59:46 PM)
* @author <Jianguo Lu>
*/
public class SQLException extends Exception{
/**
* SQLException constructor comment.
*/
public SQLException() {
super();
}
public SQLException(String m){
super(m);
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -