4632N/AMainClassNotSpecified=No main class specified.
4632N/ACannotLoadMainClass=The main class \u201C{0}\u201D could not be loaded.
4632N/ANoMainMethod=The main class \u201C{0}\u201D has no \u201Cvoid main(String[])\u201D method.
4632N/AMainNotStatic=The \u201Cmain(String[])\u201D method of class \u201C{0}\u201D is not static.
4632N/AMainThrewException=Uncaught exception in main method: {0}
4632N/AMainInitializerException=A static initializer of the main class threw an exception: {0}