标签:for not cat row ati nts pack int rgs
http://www.verejava.com/?id=16992965615177
package com.test;
public class Test
{
public static void main(String[] args)
{
try
{
throw new ClassNotFoundException("hello");
} catch (ClassNotFoundException e)
{
e.printStackTrace();
}
/*String a="a";
int num=Integer.parseInt(a);
try
{
Class.forName("com.ss");
} catch (ClassNotFoundException e)
{
e.printStackTrace();
}*/
}
}
http://www.verejava.com/?id=16992965615177
标签:for not cat row ati nts pack int rgs
原文地址:https://www.cnblogs.com/verejava/p/9211830.html