Product Information > JADE Error Messages and System Messages > 6000 through 6999 - JADE Compiler Errors > 6300 - Receiver type is not an imported class

6300   Receiver type is not an imported class

Cause

This error occurs if you attempt to use the importMethod keyword to call an imported method and the type of the receiver is not an imported class. The type of the receiver object of an importMethod call must be a class in an imported package.

Action

Change your application code to change the type of the receiver to an imported class, possibly using a type cast.