CATCH instruction


Syntax:

  CATCH ZeroDivide
  CATCH zd=ZeroDivide

(See 'Exceptions' section for details.) If no variable is specified, the exception will be caught but not saved for processing. The variable used in a CATCH instruction must be a simple name (not an array reference or other term), and refers to a variable or property in the current class.


[ previous section | contents | next section ]

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