当应用程序试图通过类的字符串名称,使用以下三种方法装入类,但却找不到指定名称的类定义时抛出该异常。
Thrown when an application tries to load in a class through its string name using
由于这个应用程序并没有定义其他的线程,所以并不用关心如何处理该异常。
Since this application has not defined another thread to cause the interrupt, it doesn't bother to catch InterruptedException.
由于这个应用程序并没有定义其他的线程,所以并不用关心如何处理该异常。
Since this application has not defined another thread to cause the interrupt, it doesn't bother to catch InterruptedException.
应用推荐