The term "Runtime Exception" could mean a) an exception that happens at run-time (which is implied by Exception anyways), or b) an exception in the Runtime environment. For example, if the Java VM ...