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/CMDpreprocessJFC.java

    r664 r766  
    99import java.io.OutputStreamWriter; 
    1010import java.io.UnsupportedEncodingException; 
    11 import java.security.InvalidParameterException; 
    1211import java.util.List; 
    1312 
     
    4140                        target = (String) parameters.get(1); 
    4241                } catch (Exception e) { 
    43                         throw new InvalidParameterException(); 
     42                        throw new IllegalArgumentException(); 
    4443                } 
    4544 
Note: See TracChangeset for help on using the changeset viewer.