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

    r733 r766  
    11package de.ugoe.cs.quest.commands.misc; 
    22 
    3 import java.security.InvalidParameterException; 
    43import java.util.List; 
    54 
     
    2928                        timerName = (String) parameters.get(0); 
    3029                } catch (Exception e) { 
    31                         throw new InvalidParameterException(); 
     30                        throw new IllegalArgumentException(); 
    3231                } 
    3332                Long time = System.currentTimeMillis(); 
Note: See TracChangeset for help on using the changeset viewer.