[m-dev.] checked exceptions.

David Overton david at overtons.id.au
Wed Feb 13 10:52:12 AEDT 2013


On 13 February 2013 10:32, Paul Bone <paul at bone.id.au> wrote:
> If your method might throw a checked exception then it must declare the
> possibility of the exception as part of it's signature.  Any method calling
> this method is forced either to catch and handle the exception, or to
> declare that it may be thrown.

How would this work with higher-order code?



More information about the developers mailing list