1 MainClassNotSpecified=No main class specified.
   2 CannotLoadMainClass=The main class \u201C{0}\u201D could not be loaded.
   3 NoMainMethod=The main class \u201C{0}\u201D has no \u201Cvoid main(String[])\u201D method.
   4 MainNotStatic=The \u201Cmain(String[])\u201D method of class \u201C{0}\u201D is not static.
   5 MainThrewException=Uncaught exception in main method: {0}
   6 MainInitializerException=A static initializer of the main class threw an exception: {0}