|
楼主 |
发表于 2017-1-22 14:42:57
|
显示全部楼层
import com.justep.ui.system.SystemComponentException;
^
E:\BeX5V34\model\UI2\system\components\justep\data\server\dsrc\Data.java:14: 错误: 程序包com.justep.ui.system不存在
import com.justep.ui.system.UISystemMessages;
^
E:\BeX5V34\model\UI2\system\components\justep\data\server\dsrc\Data.java:52: 错误: 找不到符号
throw SystemComponentException.create(e, UISystemMessages.XBL_DATA_DEFINE_ERROR, xid, e.getMessage());
^
符号: 变量 UISystemMessages
位置: 类 Data
E:\BeX5V34\model\UI2\system\components\justep\data\server\dsrc\Data.java:52: 错误: 找不到符号
throw SystemComponentException.create(e, UISystemMessages.XBL_DATA_DEFINE_ERROR, xid, e.getMessage());
^
符号: 变量 SystemComponentException
位置: 类 Data
E:\BeX5V34\model\UI2\system\components\justep\data\server\dsrc\BizData.java:35: 错误: 找不到符号
throw SystemComponentException.create(e, UISystemMessages.XBL_DATA_DEFINE_ERROR, xid, e.getMessage());
^
符号: 变量 UISystemMessages
位置: 类 BizData
E:\BeX5V34\model\UI2\system\components\justep\data\server\dsrc\BizData.java:35: 错误: 找不到符号
throw SystemComponentException.create(e, UISystemMessages.XBL_DATA_DEFINE_ERROR, xid, e.getMessage());
^
符号: 变量 SystemComponentException
位置: 类 BizData
E:\BeX5V34\model\UI2\system\components\justep\data\server\dsrc\BizData.java:144: 错误: 找不到符号
|
|