Changeset 177 for trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/web/commands/CMDloadSessionsFromClickstream.java
- Timestamp:
- 09/10/11 00:30:54 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/EventBenchConsole/src/de/ugoe/cs/eventbench/web/commands/CMDloadSessionsFromClickstream.java
r176 r177 3 3 import java.io.FileNotFoundException; 4 4 import java.io.IOException; 5 import java.net.URISyntaxException;6 5 import java.security.InvalidParameterException; 7 6 import java.text.ParseException; … … 52 51 Console.println("Invalid format of date stamps."); 53 52 Console.println(e.getMessage()); 54 } catch (URISyntaxException e) { 55 Console.println("Invalid URI!"); 56 Console.println(e.getMessage()); 57 } 53 } 58 54 59 55 if( GlobalDataContainer.getInstance().addData("sequences", parser.getSequences()) ) {
Note: See TracChangeset
for help on using the changeset viewer.