|
package com.mingri.info;
import com.mingri.dbconn.DBResult;
package com.mingri.info;
import java.sql. *;
public class KhRegist {
private KhinfoBean khinfo;
DBResult rst = new DBResult ();
public void setKhinfo (KhinfoBean khinfo) {
this.khinfo = khinfo;
}
...
This code appears this error "KhRegist.java": unreported exception java.lang.Exception; must be caught or declared to be thrown at line 8, column 16, the problem lies in DBResult rst = new DBResult (); please master how solve! Anxious! |
|