Beispiel #1
0
 private Command instantiateCommand() throws ModuleException {
   try {
     return info.createInstance();
   } catch (final InstantiableException exc) {
     throw new ModuleException(exc);
   }
 }