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
Exception thrown when a custom property is used for grouping but no
GroupPropertyDescriptor is found for it
in GroupDataGridItems.- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMissingPropertyDescriptorException(String message, List<GroupProperty> groupProperties) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
groupProperties
-
-
Constructor Details
-
MissingPropertyDescriptorException
-
-
Method Details
-
getGroupProperties
- Returns:
- the list of group properties that do not have
GroupPropertyDescriptor.
-