Product Information > JADE Error Messages and System Messages > 14000 through 14999 - JADE User Interface Errors > 14215 - Incompatible control skin set

14215   Incompatible control skin set

Cause

This error occurs if the setSkin(skin) method of the Control class is called on a control with an incompatible skin type. Each control type that can be skinned has a corresponding JadeSkin type that must be used; for example, setSkin(btnSkin) invoked for a Button object must pass a JadeSkinButton parameter.

Action

Change your application code accordingly.