Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6130 - Invalid method name

6130   Invalid method name

Cause

This error occurs if you attempt to define a method with the name create or delete in a primitive type, global class (subclass of the Global class), or application class (subclass of the Application class). These method names are reserved for class constructors and destructors, and cannot be used as method names in primitive types (which cannot have constructors or destructors) or global or application classes (whose instances are system-created).

Action

Choose a different name for the method. If you intended to define a constructor or destructor for an application class, use the Define Application dialog to specify initialize and finalize methods.