This exception is thrown if one of the
org.araneaframework.uilib.form.FormWidget 's get/setByFullNane
methods is called and it is given an invalid or not existing form element name.
author: Jevgeni Kabanov (ekabanov at araneaframework dot org)
public InvalidFormElementNameException(String formElementNameSuffix)(Code)
Creates an exception, which means that
org.araneaframework.uilib.form.FormWidgetget/setByFullname
method was given an invalid or not existing form element name.
Parameters: formElementNameSuffix - the suffix of the invalid or not existing form element name.