Viva Clipper !

ERROR HANDLER

Advertisements

ERROR HANDLER

Designate a method as an error handler for the class

Syntax

      ERROR HANDLER <MethodName>( [<params,...>] )

Arguments

<MethodName> Name of the method to define

<params, …> Optional parameter list

Description

ERROR HANDLER names the method that should handle errors for the class being defined.

Examples

      CREATE CLASS TWindow
         ERROR HANDLER  MyErrHandler()
      ENDCLASS

Compliance

Harbour

Platforms

All

Seealso

Object Oriented Programming, ON ERROR, CLASS, METHOD, DATA

Advertisements

Advertisements