Project

General

Profile

« Previous | Next » 

Revision 69bd6b70

Added by Leszek Koltunski almost 2 years ago

A few code improvements.

View differences:

src/main/java/org/distorted/objectlib/json/JsonReader.java
742 742
        android.util.Log.e("readJsonFile", "Unknown version "+major);
743 743
        }
744 744
      }
745
    catch(IOException e)
745
    catch(Exception e)
746 746
      {
747 747
      android.util.Log.e("readJsonFile", "Error reading JSON file: "+e.toString());
748 748
      }
749
    catch( JSONException e )
750
      {
751
      android.util.Log.e("parseJsonFile", "Error parsing JSON file: "+e.toString());
752
      }
753 749
    }
754 750

  
755 751
///////////////////////////////////////////////////////////////////////////////////////////////////

Also available in: Unified diff