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/usage/CMDcalcCoverage.java

    r733 r766  
    11package de.ugoe.cs.quest.commands.usage; 
    22 
    3 import java.security.InvalidParameterException; 
    43import java.util.Collection; 
    54import java.util.List; 
     
    4544                        maxLength = Integer.parseInt((String) parameters.get(4)); 
    4645                } catch (Exception e) { 
    47                         throw new InvalidParameterException(); 
     46                        throw new IllegalArgumentException(); 
    4847                } 
    4948 
Note: See TracChangeset for help on using the changeset viewer.