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

Legend:

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

    r728 r766  
    99import java.io.OutputStreamWriter; 
    1010import java.io.UnsupportedEncodingException; 
    11 import java.security.InvalidParameterException; 
    1211import java.util.List; 
    1312import java.util.logging.Level; 
     
    4241                        targetPath = (String) parameters.get(1); 
    4342                } catch (Exception e) { 
    44                         throw new InvalidParameterException(); 
     43                        throw new IllegalArgumentException(); 
    4544                } 
    4645 
Note: See TracChangeset for help on using the changeset viewer.