On my Machine each one of the following code snippets throws and exception instead of printing to the standard output \"1\" and \"2\" Why the exception is not being Caught?<
RuntimeException in v2 are not catchable. It has been fixed in v3.
Dividing by zero falls into this category.