How and where do you define your own Exception hierarchy in Java?
- by EugeneP
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?