Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is the difference between throw exception and print error message?

0
Posted

What is the difference between throw exception and print error message?

0

Throw exception tells the program there is something wrong so the program can look after the problem caught. Meanwhile print error message tells user, the person who uses the program, that some special case (could be an error) had happend. It is only a way that the program deals with an exception. A program may have other ways to handle exceptions, e.g., tries the method call again if the exception was thrown because lack of resources.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123