Uses of Class
com.atlassian.adf.model.ex.node.LayoutSectionException
-
Packages that use LayoutSectionException Package Description com.atlassian.adf.model.ex.node Various exceptions indicating that there is a problem with a node object within the ADF document structure. -
-
Uses of LayoutSectionException in com.atlassian.adf.model.ex.node
Subclasses of LayoutSectionException in com.atlassian.adf.model.ex.node Modifier and Type Class Description static classLayoutSectionException.ColumnCountExceptionReports a problem with the number oflayoutColumnnodes contained within alayoutSectionnode.static classLayoutSectionException.NotEnoughLayoutColumnsIndicates that alayoutSectionnode did not have enoughlayoutColumnnodes within it to be valid.static classLayoutSectionException.TooManyLayoutColumnsIndicates that alayoutSectionnode had too manylayoutColumnnodes within it to be valid.
-