Changeset 143
- Timestamp:
- 12/04/07 22:57:19 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
bbtracker/trunk/src/org/bbtracker/mobile/gps/Gps.java
r130 r143 109 109 streamConnection = (StreamConnection) Connector.open(url); 110 110 inputStream = streamConnection.openInputStream(); 111 } catch (final IllegalArgumentException ex) { 112 // happens with malformed URLs 113 Log.log(this, ex, "Error opening connection to " + url); 114 throw new LocationException("Error while opening Bluetooth connection: " + ex.getMessage()); 111 115 } catch (final IOException ex) { 112 116 Log.log(this, ex, "Error opening connection to " + url);
Note: See TracChangeset
for help on using the changeset viewer.