首页>代码>java swing开发进销存管理系统>/进销存项目/project/src/com/njue/mis/common/ErrorManager.java
/**
 * 错误处理类
 */
package com.njue.mis.common;

public abstract class ErrorManager
{
	/**
	 * 输出错误信息
	 * @param name 使用该方法的类名+方法名
	 * @param e 错误对象
	 */
	public static void printError(String name,Exception e)
	{
		System.out.println(name+" Error!"+e.getMessage());
		e.printStackTrace();
	}
}
最近下载更多
yifeng868  LV8 4月15日
woshixiaomu  LV2 2024年1月2日
小学僧  LV1 2023年12月24日
zcfhh1  LV2 2023年10月3日
ds9009  LV8 2023年6月26日
zzz9985688  LV10 2023年6月13日
陈小灏  LV18 2023年2月27日
zyq_html  LV2 2022年12月30日
jehdbhhh  LV1 2022年12月20日
petrichor06  LV1 2022年11月30日
最近浏览更多
519506215  LV1 4月16日
yifeng868  LV8 4月15日
pxqtsht  LV16 2月21日
微信网友_5963854197018624  LV7 2024年5月3日
frank2024 2024年1月28日
暂无贡献等级
codeshare  LV3 2024年1月3日
woshixiaomu  LV2 2024年1月2日
小学僧  LV1 2023年12月24日
LTPR66  LV1 2023年11月28日
xp95323  LV15 2023年11月27日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友