In my calculation app, which takes a few inputs and uses them in a fixed formula to produce multiple outputs, the application crashes if I try to run it without putting a value into every input.
I know how to catch exceptions, but I don’t know the name of the exception that would be thrown by this kind of error. Can anyone help me out on this?
Look at the stack trace for the class name of the exception.
If I had to guess, I would say it’s probably a NumberFormatException