It won't change ever it's content
# announcements
a
It won't change ever it's content
🚫 1
k
An exception always has a stacktrace, which is dependent on where you throw it.
You can disable the fill-in of the stacktrace using the appropriate constructor, though. There are rare cases in which such a exception can make sense, but not in a normal application.
d
If exception is used as integral part of control flow, it makes sense to throw the same instance each time from a performance perspective
k
Though exceptions should not be used as control flow.
1