Ignore:
Timestamp:
05/23/13 19:53:45 (11 years ago)
Author:
davidb
Message:

Minor tweak to output of exception message

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/actions/Actions.java

    r437 r463  
    584584                } catch (ClassNotFoundException cnf) {
    585585                        _Agent = null;
    586                         throw new RuntimeException(nameWithCorrectCase
     586                        throw new RuntimeException("'" + nameWithCorrectCase
    587587                                        + "' is not an action or agent.");
    588588                }
Note: See TracChangeset for help on using the changeset viewer.