IncompatibleComboboxFieldException

public class IncompatibleComboboxFieldException extends MdsException

Throw when one of the combobox fields is not compatible (some instances are using multiple values for that field) with single-select.

Constructors

IncompatibleComboboxFieldException

public IncompatibleComboboxFieldException(String entityName, String fieldName)

Constructs the exception with mds.error.comboboxIncompatible as the message key.

Parameters:
  • entityName – name of the entity
  • fieldName – name of the field that caused the issue