首页 > TAG信息列表 > OpensException

异常和抛出异常

异常:       抛出异常: public static int opens(){ return -1; } public static void File() throws OpensException { if (opens() == -1){ throw new OpensException(); } } 在这段代码中我们使用try-catch处理异常外,同样也可以使用throw抛出异常,抛出的