Ignore:
Timestamp:
11/02/08 13:05:01 (16 years ago)
Author:
ra33
Message:
 
File:
1 edited

Legend:

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

    r313 r376  
    721721                int ind = 0;
    722722
    723                 // if the first class in the list is a frame or item, it is the source
    724                 // or launcher
    725                 // length must be at least one if we are still running
     723                /*
     724                 * if the first class in the list is a frame or item, it is the source
     725                 * or launcher length must be at least one if we are still running
     726                 */
    726727                if (paramTypes[ind] == Frame.class) {
    727728                        objects[ind] = source;
     
    886887                        return PerformAction(current, launcher, command);
    887888                } catch (RuntimeException e) {
     889                        e.printStackTrace();
    888890                        MessageBay.errorMessage("Action failed: " + e.getMessage());
    889891                } catch (Exception e) {
     892                        e.printStackTrace();
    890893                        MessageBay.errorMessage("Action failed: "
    891894                                        + e.getClass().getSimpleName());
Note: See TracChangeset for help on using the changeset viewer.