Rev 1611 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 1611 | Rev 1613 | ||
---|---|---|---|
Line 109... | Line 109... | ||
109 | 109 | ||
110 | try { |
110 | try { |
111 | eepromVersion = Integer.parseInt(s_eepromVersion); |
111 | eepromVersion = Integer.parseInt(s_eepromVersion); |
112 | } catch (NumberFormatException ex) { |
112 | } catch (NumberFormatException ex) { |
113 | System.err |
113 | System.err |
114 | .println("The imuconfiguration element must have an 'eepromVersion' attribute with a numerical value (eg.<parameterset eepromVersion='74'>)"); |
114 | .println("The imuconfiguration element must have an 'eepromVersion' attribute with a numerical value (eg.<imuconfiguration eepromVersion='74'>)"); |
115 | System.exit(-1); |
115 | System.exit(-1); |
Line 116... | Line 116... | ||
116 | } |
116 | } |
117 | 117 |