Esempio n. 1
0
 public void noMoreInstances() throws MaltChainedException {
   try {
     method.noMoreInstances();
   } catch (NullPointerException e) {
     throw new GuideException("The learner cannot be found. ", e);
   }
 }