?? commandfatmatexception.java
字號:
package agendaClient;
/**
* 自定義異常,用以表示輸入的命令格式有錯
* @author Crise.Lee
*
*/
public class CommandFatmatException extends Exception{
/**
*
*/
private static final long serialVersionUID = -4827351470773893623L;
public CommandFatmatException(String string)
{
super(string);
}
public CommandFatmatException()
{
super();
}
}
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -