break MISSING_BLOCK_LABEL_160; 看源代码出现的,源代码是反编译的
            时间:2014-06-02 11:57:28  
            收藏:0  
            阅读:194
        
        
         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){
}
一类的代码。
break MISSING_BLOCK_LABEL_160; 看源代码出现的,源代码是反编译的,布布扣,bubuko.com
            评论(0)