Ignore:
Timestamp:
05/08/08 14:30:09 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/simple/IncorrectTypeException.java

    r4 r21  
    33public class IncorrectTypeException extends RuntimeException {
    44        static final long serialVersionUID = -7034897190745766939L;
    5 
     5       
    66        public IncorrectTypeException(String type, int no) {
    77                super("Expected param " + no + " to be " + type);
Note: See TracChangeset for help on using the changeset viewer.