Lines Matching defs:logError
79 logError(methodName + " threw an exception:");
88 logError(methodName + " threw an exception:");
99 logError("The main(String[]) method of class " + mainClassName + " is not static!");
104 logError("The main class \"" + mainClassName + "\" had a static initializer throw an exception.");
108 logError("The main class \"" + mainClassName + "\" could not be found.");
111 logError("The main class \"" + mainClassName + "\" has no static main(String[]) method.");
114 logError("No main class specified");
126 logError("'Jar' key in 'Java' sub-dictionary of Info.plist requires a string value");
137 logError("jar file '" + jarPath + "' does not have Main-Class: attribute in its manifest");
148 logError("'MainClass' key in 'Java' sub-dictionary of Info.plist requires a string value");
183 logError("Found non-string in array");
190 logError("'Arguments' key in 'Java' sub-dictionary of Info.plist requires a string value or an array of strings");
219 static void logError(final String s) {