Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • I think the problem it's using exception like a flow control instead of a really exception. Commented Jul 1, 2016 at 20:00
  • @user3452444 this depends on how you are using it. After all, if your program stack has to break several levels up to pass the exception to the catch block, terminating the execution of several methods, there aren't many cases that such operation isn't an "exception"/error. From another thought, if your method stops executing in the middle, it already matches the definition of an exception! (Of course, unless you abuse exception throws as a de facto hybrid/union method return type) Commented Jul 6, 2016 at 15:04