- Timestamp:
- 09/04/12 17:15:28 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/java-utils-test/src/test/java/de/ugoe/cs/util/console/mock/commands/CMDmockCommand.java
r664 r766 1 1 package de.ugoe.cs.util.console.mock.commands; 2 2 3 import java.security.InvalidParameterException;4 3 import java.util.List; 5 4 … … 16 15 break; 17 16 case 1: 18 throw new I nvalidParameterException();17 throw new IllegalArgumentException(); 19 18 default: 20 19 throw new RuntimeException();
Note: See TracChangeset
for help on using the changeset viewer.