Checked vs unchecked exceptions

Ola Fosheim Grøstad via Digitalmars-d digitalmars-d at puremagic.com
Tue Jul 4 03:14:11 PDT 2017


On Monday, 3 July 2017 at 20:22:39 UTC, Crayo List wrote:
> On Thursday, 29 June 2017 at 21:06:12 UTC, Ola Fosheim Grøstad 
> wrote:
>> On Thursday, 29 June 2017 at 19:34:22 UTC, Crayo List wrote:
>>> Checked exceptions are a horrible idea because they leak 
>>> internal implementation details as part of the signature of a 
>>> method directly and in a transitive manner, which of course 
>>> is one huge aberration!
>>
>> What do you mean? Exceptions that leave a module clearly 
>> aren't internal implementation details…
>
> Correct!
> But I said 'checked exceptions' are.

How does "checked" affect whether something is internal or not?


More information about the Digitalmars-d mailing list