[top] [prev] [next]

Exceptions

If id is an identifier and T a type other than an open array type, then:

    EXCEPTION id(T)
declares id as an exception with argument type T. If "(T)" is omitted, the exception takes no argument. An exception declaration is allowed only in an interface or in the outermost scope of a module. All declared exceptions are distinct.

[top] [prev] [next]


[Modula-3 home page]

m3-request@src.dec.com
Last modified on Tue Oct  3 17:26:53 PDT 1995 by heydon
     modified on Fri Apr 15 13:49:33 PDT 1994 by kalsow