Example #1
0
 /** @return the set of exceptions produced by the last attempt to invoke all node providers */
 @Override
 public ArrayList<Exception> getResourceModelSourceExceptions() {
   synchronized (nodesSourceExceptions) {
     return new ArrayList<>(nodesSourceExceptions.values());
   }
 }