Ignore:
Timestamp:
08/13/13 13:00:40 (12 years ago)
Author:
wojtekp
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • DCWoRMS/branches/coolemall/src/schedframe/scheduling/tasks/Task.java

    r1132 r1194  
    521521         
    522522        public String getApplicationName(){ 
    523                 return task.getExecution().getExecutable().getApplication().getName(); 
     523                try{ 
     524                        return task.getExecution().getExecutable().getApplication().getName(); 
     525                }catch (Exception e){ 
     526                        return null; 
     527                } 
    524528        } 
    525529} 
Note: See TracChangeset for help on using the changeset viewer.