Package com.atlassian.adf.model.ex.node
Class CardException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.adf.model.ex.AdfException
-
- com.atlassian.adf.model.ex.node.NodeException
-
- com.atlassian.adf.model.ex.node.CardException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CardException.BlockCardAttributesMustBeSet,CardException.DataAndDatasourceCannotBothBeSet,CardException.DatasourceRequiresAtLeastOneView,CardException.InvalidWidth,CardException.UrlAndDataCannotBothBeSet,CardException.UrlOrDataMustBeSet
public abstract class CardException extends NodeException
Reports a problem with one of the various "card" node types:blockCard,embedCard, orinlineCard.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes 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.-
Nested classes/interfaces inherited from class com.atlassian.adf.model.ex.node.NodeException
NodeException.TypeMismatch
-
Nested classes/interfaces inherited from class com.atlassian.adf.model.ex.AdfException
AdfException.DuplicateProperty, AdfException.EmptyProperty, AdfException.InvalidURI, AdfException.MissingProperty, AdfException.MissingType, AdfException.PropertyException, AdfException.UnexpectedRuntimeException, AdfException.UnsupportedEnumValue, AdfException.ValueTypeMismatch
-
-
Field Summary
-
Fields inherited from class com.atlassian.adf.model.ex.AdfException
MARK_PREFIX, MARKS_PREFIX, NODE_PREFIX
-
-
Method Summary
-
Methods inherited from class com.atlassian.adf.model.ex.AdfException
backtrace, frame, getPath, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-