Java Exception Handling (Try-catch)

  • + 1 comment

    Yes, it's a poor problem.

    I ended up doing...

    } catch (InputMismatchException e) {
      System.out.println(new InputMismatchException());
    }
    

    as a way of stripping off the message.