Alphabetical Listing of Compilation and Run Time Errors

  1. Error: ; expected
  2. Error: ) expected
  3. Error: call to super must be the first statement in the constructor
  4. Error: cannot find symbol (for constructors)
  5. Error: cannot find symbol (relating to inheritance)
  6. Error: cannot find symbol (for instance variables)
  7. Error: cannot find symbol (for local variables)
  8. Error: cannot find symbol (for methods)
  9. Error: else without if
  10. Error: incomparable types
  11. Error: incompatible type (for Boolean)
  12. Error: incompatible type (for methods)
  13. Error: incompatible type (for variables)
  14. Error: {method name} has private access in {class name}
  15. Error: non-static variable {variable name} cannot be referenced from a static context
  16. Error: not a statement
  17. Error: {primitive type} cannot be dereferenced
  18. Error: unclosed string literal
  19. Error: unreachable statement
  20. Error: variable {variable name} might not have being initialized
  21. Infinite Loops
  22. InputMismatchException:
  23. NullPointerException
  24. StringIndexOutOfBoundsException: String index out of range: {number}