Class
caplin.presenter.control

InvalidControlModelError

The exception thrown when caplin.presenter.control.ControlAdaptor#setPresentationNode is invoked with an incompatible presentation node for the control being used.

Constructor Summary

Attributes Name and Description
caplin.presenter.control.InvalidControlModelError(String sControlAdaptor, String sAcceptedControlModel)

Constructor Detail

caplin.presenter.control.InvalidControlModelError(String sControlAdaptor, String sAcceptedControlModel)

Parameters
String sControlAdaptor The class name of the control adaptor that's been invoked.
String sAcceptedControlModel The particular class of the presentation node this control adaptor accepts.