SIGNAL instruction


Syntax:

  SIGNAL IOException
  SIGNAL Exception("oh no!")

Used to raise (throw) an exception (see "Exceptions" section for details), along with an optional description. The syntax is 'SIGNAL term'; the value of the term must be assignable to type Throwable.


[ previous section | contents | next section ]

From 'netrexx.doc', version 0.75.
Copyright(c) IBM Corporation, 1996. All rights reserved. ©