Ignore:
Timestamp:
09/04/12 17:15:28 (12 years ago)
Author:
sherbold
Message:
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  
    11package de.ugoe.cs.util.console.mock.commands; 
    22 
    3 import java.security.InvalidParameterException; 
    43import java.util.List; 
    54 
     
    1615                        break; 
    1716                case 1: 
    18                         throw new InvalidParameterException(); 
     17                        throw new IllegalArgumentException(); 
    1918                default: 
    2019                        throw new RuntimeException(); 
Note: See TracChangeset for help on using the changeset viewer.