Subversion Repositories programming

Rev

Rev 415 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 415 Rev 421
Line 118... Line 118...
118
        catch (java.io.IOException e)
118
        catch (java.io.IOException e)
119
        {
119
        {
120
            System.err.println ("Error reading file!");
120
            System.err.println ("Error reading file!");
121
            System.exit (2);
121
            System.exit (2);
122
        }
122
        }
-
 
123
        catch (Exception e)
-
 
124
        {
-
 
125
            System.err.println ("Error parsing config... check the format! :)");
-
 
126
            System.exit (255);
-
 
127
        }
123
    }
128
    }
124
 
129
 
125
    /**
130
    /**
126
     * Accessor method for the private variable Processes.
131
     * Accessor method for the private variable Processes.
127
     * <p>
132
     * <p>