Allowing developers to handle an exception from the selector in switch with a case in the switch block would make switch more usable for pattern matching, the proposal says. The readability, ...
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 ...