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

Legend:

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

    r667 r766  
    11package de.ugoe.cs.quest.plugin.guitar.commands; 
    22 
    3 import java.security.InvalidParameterException; 
    43import java.util.List; 
    54 
     
    3332                        modelname = (String) parameters.get(1); 
    3433                } catch (Exception e) { 
    35                         throw new InvalidParameterException(); 
     34                        throw new IllegalArgumentException(); 
    3635                } 
    3736 
Note: See TracChangeset for help on using the changeset viewer.