Changeset 766 for trunk/quest-ui-swt/src/main/java
- Timestamp:
- 09/04/12 17:15:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-ui-swt/src/main/java/de/ugoe/cs/quest/ui/swt/commands/CMDshowSequences.java
r667 r766 1 1 package de.ugoe.cs.quest.ui.swt.commands; 2 2 3 import java.security.InvalidParameterException;4 3 import java.util.List; 5 4 … … 44 43 } 45 44 catch (Exception e) { 46 throw new I nvalidParameterException();45 throw new IllegalArgumentException(); 47 46 } 48 47
Note: See TracChangeset
for help on using the changeset viewer.