RE: isSupported12.xml

> As far as throwing exceptions, when I see that there are No 
> Exceptions, I read that as no DOMExceptions -- are you 
> talking about something else?

No Exceptions means that the implementation should throw no exceptions, DOMException or other.  The caller depends that the only exceptions thrown are those that are declared.  If the implementation
throws an exception that was not declared (on platforms where that is possible, it is enforced by the language in Java), then the contract with the caller is violated.

Received on Thursday, 25 October 2001 17:37:23 UTC