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

Legend:

Unmodified
Added
Removed
  • trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/commands/CMDconvertDirToXml.java

    r728 r766  
    33import java.io.FileNotFoundException; 
    44import java.io.IOException; 
    5 import java.security.InvalidParameterException; 
    65import java.util.List; 
    76 
     
    3837        public void run(List<Object> parameters) { 
    3938                if (parameters.size() < 2) { 
    40                         throw new InvalidParameterException(); 
     39                        throw new IllegalArgumentException(); 
    4140                } 
    4241                String path = (String) parameters.get(0); 
Note: See TracChangeset for help on using the changeset viewer.