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

    r733 r766  
    44import java.awt.Rectangle; 
    55import java.awt.Shape; 
    6 import java.security.InvalidParameterException; 
    76import java.util.List; 
    87 
     
    5958                        } 
    6059                } catch (Exception e) { 
    61                         throw new InvalidParameterException(); 
     60                        throw new IllegalArgumentException(); 
    6261                } 
    6362 
Note: See TracChangeset for help on using the changeset viewer.