show/hide this revision's text 2 deleted 5 characters in body

Use the standard exceptions! If you have a specific error, try to avoid it with a Exception and use a return value. If you have to use exceptions, define your custom exception that inherits from Exception and create a custom message.

show/hide this revision's text 1

Use the standard exceptions! If you have a specific error, try to avoid it with a Exception and use a return value. If you have to use exceptions, define your custom exception that inherits from Exception and create a custom message.