Syntax:
CATCH ZeroDivide CATCH zd=ZeroDivide CATCH zd
(See 'Exceptions' section for details.) If no variable is specified, the exception will be caught but not saved for processing. If no type is specified, 'Exception' is assumed. 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 0.75.
Copyright(c) IBM Corporation, 1996. All rights reserved. ©