CS125: Introduction to Programming Principles
Announcements
Assignments
Course Grade
Course Outline
Exams
Labs
Resources
Staff
Student Admin
Tutors
Alphabetical Listing of Compilation and Run Time Errors
Error: ; expected
Error: ) expected
Error: call to super must be the first statement in the constructor
Error: cannot find symbol (for constructors)
Error: cannot find symbol (relating to inheritance)
Error: cannot find symbol (for instance variables)
Error: cannot find symbol (for local variables)
Error: cannot find symbol (for methods)
Error: else without if
Error: incomparable types
Error: incompatible type (for Boolean)
Error: incompatible type (for methods)
Error: incompatible type (for variables)
Error: {method name} has private access in {class name}
Error: non-static variable {variable name} cannot be referenced from a static context
Error: not a statement
Error: {primitive type} cannot be dereferenced
Error: unclosed string literal
Error: unreachable statement
Error: variable {variable name} might not have being initialized
Infinite Loops
InputMismatchException:
NullPointerException
StringIndexOutOfBoundsException: String index out of range: {number}