Changeset 264


Ignore:
Timestamp:
Apr 27, 2007, 1:35:42 PM (16 years ago)
Author:
Johan Enell
Message:

made the exception msg a little better

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/se/lu/onk/BaseFile/src/basefile/BASEFileSection.java

    r250 r264  
    116116    catch (NumberFormatException e)
    117117    {
    118       throw new NumberFormatException("The value of parameter " + name + " is not an int: " + ret);
     118      throw new NumberFormatException("The value of parameter '" + name + "' is not an int: " + ret);
    119119    }
    120120  }
Note: See TracChangeset for help on using the changeset viewer.