break MISSING_BLOCK_LABEL_160; 看源代码出现的,源代码是反编译的


break MISSING_BLOCK_LABEL_160;
FileNotFoundException fnfe;
fnfe;
out.close();
throw fnfe;
in.close();
break MISSING_BLOCK_LABEL_268;
fnfe;
fnfe.printStackTrace();
in.close();
break MISSING_BLOCK_LABEL_268;
Exception exception;
exception;
in.close();
throw exception;
fnfe;
System.err.println((new StringBuilder()).append("broken link ").append(fnfe.getMessage()).append(" ignored").toString());
break MISSING_BLOCK_LABEL_268;
IOException ioe;
ioe;
System.err.println((new StringBuilder()).append("I/O problem: ").append(ioe.getMessage()).toString());
file = null;

 

因为是反编译的嘛,肯定不能百分百还原,不能还原的就成这个样子了。

当然了,这段代码还是很好揣摩的,应该是

try{

}catch(Exception e){

}

一类的代码。


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM