- Timestamp:
- 07/07/11 11:04:27 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/web/commands/CMDloadSessionsFromClickstream.java
r84 r111 3 3 import java.io.FileNotFoundException; 4 4 import java.io.IOException; 5 import java.net.URISyntaxException; 5 6 import java.security.InvalidParameterException; 6 7 import java.text.ParseException; … … 41 42 Console.println("Invalid format of date stamps."); 42 43 Console.println(e.getMessage()); 44 } catch (URISyntaxException e) { 45 Console.println("Invalid URI!"); 46 Console.println(e.getMessage()); 43 47 } 44 48
Note: See TracChangeset
for help on using the changeset viewer.