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

    r680 r766  
    11package de.ugoe.cs.quest.plugin.jfc.commands; 
    22 
    3 import java.security.InvalidParameterException; 
    43import java.util.Collection; 
    54import java.util.List; 
     
    3938                        } 
    4039                } catch (Exception e) { 
    41                         throw new InvalidParameterException(); 
     40                        throw new IllegalArgumentException(); 
    4241                } 
    4342                 
Note: See TracChangeset for help on using the changeset viewer.