Runtime Error
Definition:
Runtime errors do not appear whilst a program is being compiled. Instead they occur as the program is being executed. Therefore, a program can be written with the correct Java syntax but still throw an error (e.g., due to a flaw in the logic, an incorrect parameter, etc..).
Glossary:
#ABCDEFGHIJKLMNOPQRSTUVWXYZ
Source...