Ignore:
Timestamp:
09/04/12 17:15:28 (12 years ago)
Author:
sherbold
Message:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/java-utils/src/main/java/de/ugoe/cs/util/console/defaultcommands/CMDexec.java

    r664 r766  
    66import java.io.IOException; 
    77import java.io.InputStreamReader; 
    8 import java.security.InvalidParameterException; 
    98import java.util.List; 
    109import java.util.logging.Level; 
     
    3534                        script = (String) parameters.get(0); 
    3635                } catch (Exception e) { 
    37                         throw new InvalidParameterException(); 
     36                        throw new IllegalArgumentException(); 
    3837                } 
    3938                try { 
Note: See TracChangeset for help on using the changeset viewer.