Package com.atlassian.adf.model.ex.node
Class ListException.CannotUseNestedListAsFirstContentItem
- 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.ListException
-
- com.atlassian.adf.model.ex.node.ListException.CannotUseNestedListAsFirstContentItem
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ListException
public static class ListException.CannotUseNestedListAsFirstContentItem extends ListException
Reports an attempt to nest abulletListororderedListas the first piece of content in alistItem. Lists may be nested like this, but only after at least one non-list content item is specified first.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.adf.model.ex.node.ListException
ListException.CannotUseNestedListAsFirstContentItem, ListException.OrderMustNotBeNegative
-
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
-
-
Constructor Summary
Constructors Constructor Description CannotUseNestedListAsFirstContentItem()
-
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
-
-