哪位前辈有时间帮忙看一下
 break MISSING_BLOCK_LABEL_365;
        Exception exception;
        exception;---------------------------->这里有错误Syntax error, insert "AssignmentOperator Expression" to complete Expression
        try
        {
            if(in != null)
                in.close();
        }
        catch(Exception exception1) { }
        try
        {
            if(out != null)
                out.close();
        }
        catch(Exception exception2) { }
        throw exception;
        try
        {
            if(in != null)
                in.close();
        }
        catch(Exception exception3) { }
        try
        {
            if(out != null)
                out.close();
        }
        catch(Exception exception4) { }

解决方案 »

  1.   

    sha yi si , kan bu dong 
    dai ma bu quan
      

  2.   

    break MISSING_BLOCK_LABEL_365; 
            Exception exception; 
            exception;---------------------------->这里有错误Syntax error, insert "AssignmentOperator Expression" to complete Expression 
            try 
            { 
                if(in != null) 
                    in.close(); 
            } 
            catch(Exception exception1) { }             //这里是不是没有catch所有可能的异常。
            try 
            { 
                if(out != null) 
                    out.close(); 
            } 
            catch(Exception exception2) { } 
            throw exception; 
            try 
            { 
                if(in != null) 
                    in.close(); 
            } 
            catch(Exception exception3) { } 
            try 
            { 
                if(out != null) 
                    out.close(); 
            } 
            catch(Exception exception4) { }