Don't create new Exceptions
Open
enhancement
os: All
P2
- Dominant language
- Java
- Stars
- 9.5k
- Forks
- 2.3k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 5
Description
**Sebb** ([Bug 59084](https://bz.apache.org/bugzilla//show_bug.cgi?id=59084&redirect=false)):
It's generally a bad idea to create new Exceptions (Bloch, Effective Java).
There are some already in JMeter, but that does not mean we should create any more with a very good reason.
There are several new ones in the report code.
These need to be removed or a very good justification provided as to why they are needed.
OS: All
Contributor guide
Assessment
This issue has not been assessed yet.