import wrapper.*; public class Test { public static void main(String[] args) { try {new CPAMInterface("String", "TestModule1").test();} catch (Exception e) {System.out.println("No testing today, as I could not instantiate the megamodule."); System.out.println(e.getMessage()); e.printStackTrace();} } }