We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c54d4c7 commit 228df9eCopy full SHA for 228df9e
org-code-javabuilder/lib/src/main/java/org/code/javabuilder/UserInitiatedExceptionKey.java
@@ -10,11 +10,8 @@ public enum UserInitiatedExceptionKey {
10
TWO_MAIN_METHODS,
11
// The user's code does not contain a main method.
12
NO_MAIN_METHOD,
13
+ // The user's main method has an invalid signature.
14
INVALID_MAIN_METHOD,
- MAIN_METHOD_NOT_PUBLIC,
15
- MAIN_METHOD_NOT_STATIC,
16
- MAIN_METHOD_NOT_VOID,
17
- MAIN_METHOD_WRONG_ARGUMENTS,
18
// The user's code has a compiler error.
19
COMPILER_ERROR,
20
// The user tried to include a source file that did not end in .java
0 commit comments