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

Legend:

Unmodified
Added
Removed
  • trunk/quest-ui-core/src/main/java/de/ugoe/cs/quest/commands/misc/CMDload.java

    r733 r766  
    44import java.io.IOException; 
    55import java.io.ObjectInputStream; 
    6 import java.security.InvalidParameterException; 
    76import java.util.List; 
    87 
     
    3231                        filename = (String) parameters.get(0); 
    3332                } catch (Exception e) { 
    34                         throw new InvalidParameterException(); 
     33                        throw new IllegalArgumentException(); 
    3534                } 
    3635 
Note: See TracChangeset for help on using the changeset viewer.