In Eclipse, I often like to find more specific subclasses of Exception - for example, I open a hierarchy of IOException or IllegalArgumentException types.
I see a complete hierarchy
- Jdk
- Wireframes
- Libraries that are indirectly used.
I have to decide which exception can compare better. Very often, I find an exception that fits my needs, but is not part of the JDK.
Question:
Is it possible to reduce the hierarchy in JDK libraries or just a package?
java eclipse
Peter Rader
source share