Skip to content

Conversation

@pablogumilla
Copy link

Exceptions terminate execution, and sometimes this is not the desired behavior for the main application. If args are not valid, throw error message and continue main application execution

Exceptions terminate execution, and sometimes this is not the desired behavior for the main application. If args are not valid, throw error message and continue main application execution
@danielcosta
Copy link

Exceptions are the best choice to use in this case. If you don't want your application halted when an Exception is thrown, you should use try/catch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants