In Java, write a program that reads a string from the user, converts that string to an integer using Integer.parseInt, increments that value, and prints the result. Handle the NumberFormatException to print an appropriate message if the user's input is not the decimal representation of a number.