How and where do you define your own Exception hierarchy in Java?

Posted by EugeneP on Stack Overflow See other posts from Stack Overflow or by EugeneP
Published on 2010-04-21T13:18:16Z Indexed on 2010/04/21 13:23 UTC
Read the original article Hit count: 174

Filed under:
|
|

How and where do you define your own Exception hierarchy in Java?

My main question concerns package location where they your Exception classes must be defined.

Do we create a special package ourexceptions and put all classes inside it?

© Stack Overflow or respective owner

Related posts about java

Related posts about exception