Class MissingPropertyDescriptorException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
io.jmix.flowui.component.groupgrid.data.MissingPropertyDescriptorException
All Implemented Interfaces:
Serializable

public class MissingPropertyDescriptorException extends RuntimeException
Exception thrown when a custom property is used for grouping but no GroupPropertyDescriptor is found for it in GroupDataGridItems.
See Also:
  • Field Details

  • Constructor Details

    • MissingPropertyDescriptorException

      public MissingPropertyDescriptorException(String message, List<GroupProperty> groupProperties)
  • Method Details