?? objectnotexistexception.java
字號:
package com.ntsky.bbs.exception;
import com.ntsky.framework.exception.NTRuntimeException;
/**
* DAO數(shù)據(jù)處理異常
*
* @author ntsky
* @link www.ntsky.com
*
* @see com.ntsky.framework.exception.NTRuntimeException
*
* @version $Revision: 1.1 $ $Date: 2006/05/07 16:50:05 $
*/
public class ObjectNotExistException extends NTRuntimeException{
public ObjectNotExistException(String msg) {
super(msg);
}
}
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -