Uses of Class
com.atlassian.adf.model.ex.node.CardException
-
Packages that use CardException 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 CardException in com.atlassian.adf.model.ex.node
Subclasses of CardException in com.atlassian.adf.model.ex.node Modifier and Type Class Description static classCardException.BlockCardAttributesMustBeSetReports an attempt to use ablockCardwithout first setting any of itsurl,data, ordatasourcevalues.static classCardException.DataAndDatasourceCannotBothBeSetReports an attempt to set both thedataanddatasourcevalues on ablockCard.static classCardException.DatasourceRequiresAtLeastOneViewReports an attempt to use ablockCardwithdatasourceattributes that do not contain at least one entry in theviewslist.static classCardException.InvalidWidthReports an attempt to use an invalidwidthvalue on anembedCardnode.static classCardException.UrlAndDataCannotBothBeSetReports an attempt to set both theurlanddatavalues on ablockCardorinlineCard.static classCardException.UrlOrDataMustBeSetReports an attempt to use aninlineCardwithout first setting either itsurlordatavalue.
-