Menu

#57 PrometheumException a RuntimeException

open
3
2012-09-18
2006-08-22
Joe Romaine
No

Currently, PrometheumException is a checked exception.
However, in the majority of cases in which it is
thrown, there is no meaningful action that the calling
code can take. Consequently, the PrometheumException
should be made into a RuntimeException and all the
calling code should be updated to reflect this. This
will simplify the code greatly.

Discussion


Log in to post a comment.