In some cases, we might want to throw runtime exceptions instead of checked exceptions; is there a trick we could use to avoid duplicating the code ?
In some cases, we might want to throw runtime exceptions instead of checked exceptions; is there a trick we could use to avoid duplicating the code ?