1   package eu.fbk.knowledgestore.populator.naf;
2   
3   import javax.xml.bind.JAXBException;
4   import java.io.IOException;
5   
6   public class testMain {
7   
8       /**
9        * @param args
10       * @throws IOException
11       * @throws JAXBException
12       * @throws ClassNotFoundException
13       * @throws SecurityException
14       * @throws NoSuchMethodException
15       * @throws IllegalAccessException
16       * @throws InstantiationException
17       */
18      public static void main(String[] args) throws Exception {
19          nafPopulator tt = new nafPopulator();
20          tt.main(args);
21  
22      }
23  
24  }