class |
CardException |
Reports a problem with one of the various "card" node types: blockCard, embedCard, or
inlineCard.
|
static class |
CardException.BlockCardAttributesMustBeSet |
Reports an attempt to use a blockCard without first setting any of its
url, data, or datasource values.
|
static class |
CardException.DataAndDatasourceCannotBothBeSet |
Reports an attempt to set both the data and datasource values on a blockCard.
|
static class |
CardException.DatasourceRequiresAtLeastOneView |
Reports an attempt to use a blockCard with datasource attributes that do not
contain at least one entry in the views list.
|
static class |
CardException.InvalidWidth |
Reports an attempt to use an invalid width value on an embedCard node.
|
static class |
CardException.UrlAndDataCannotBothBeSet |
Reports an attempt to set both the url and data values on a blockCard or
inlineCard.
|
static class |
CardException.UrlOrDataMustBeSet |
Reports an attempt to use an inlineCard without first setting
either its url or data value.
|
class |
ContentException |
Reports a problem with the content section for a node.
|
static class |
ContentException.ContentRequired |
Reports that the content fields was not provided or was left empty on a node that
requires at least one content item to be valid.
|
static class |
ContentException.FieldRequired |
Reports that the content field was not provided on a node that requires its presence.
|
class |
DocException |
Reports a problem with the top-most node of an ADF document.
|
static class |
DocException.InvalidTopLevel |
Indicates that a request to parse a document as ADF failed because the top-most node was
not a doc.
|
static class |
DocException.UnsupportedVersion |
Indicates that the doc node specified an unsupported value for its version.
|
class |
HardBreakException |
Reports a problem with a hardBreak node.
|
static class |
HardBreakException.TextMustBeNewline |
The rather useless text attribute on hardBreak nodes is usually omitted, and when specified
is only permitted to use the value "\n" — that is, a single newline character.
|
class |
HeadingException |
Reports a problem with a heading node.
|
static class |
HeadingException.InvalidLevel |
Reports that a heading node specified a level that is out of range.
|
class |
LayoutColumnException |
Reports a problem with a layoutColumn node.
|
static class |
LayoutColumnException.InvalidWidth |
Reports an attempt to use an invalid width value on a layoutColumn node.
|
class |
LayoutSectionException |
Reports a problem with a layoutSection node.
|
static class |
LayoutSectionException.ColumnCountException |
Reports a problem with the number of layoutColumn nodes contained within a layoutSection
node.
|
static class |
LayoutSectionException.NotEnoughLayoutColumns |
Indicates that a layoutSection node did not have enough layoutColumn nodes within it
to be valid.
|
static class |
LayoutSectionException.TooManyLayoutColumns |
Indicates that a layoutSection node had too many layoutColumn nodes within it
to be valid.
|
class |
ListException |
Reports a problem with a bulletList, orderedList, or listItem node.
|
static class |
ListException.CannotUseNestedListAsFirstContentItem |
Reports an attempt to nest a bulletList or orderedList as the first piece of
content in a listItem.
|
static class |
ListException.OrderMustNotBeNegative |
Reports an attempt to create an orderedList with an order value that is negative.
|
class |
MediaException |
Reports a problem with a media node or one of the containers that can hold one: mediaGroup,
mediaSingle, or mediaInline.
|
static class |
MediaException.HeightMustBePositive |
Reports an attempt to use an invalid height value on a media node or
one of its containers.
|
static class |
MediaException.MediaSizeException |
Reports an attempt to use an invalid width or height value on a media node or
one of its containers.
|
static class |
MediaException.TooManyContentItems |
Reports that too many content items were provided for a mediaSingle node.
|
static class |
MediaException.WidthMustBePositive |
|
static class |
MediaException.WidthMustBeValidPercentage |
Reports an attempt to use an invalid width value on a node that expects a percentage
width value.
|
static class |
MediaException.WidthMustBeValidPixelCount |
Reports an attempt to use an invalid width value on a node that expects a pixel count.
|
class |
NodeException |
Reports a problem with an ADF node.
|
static class |
NodeException.TypeMismatch |
Reports that the type of node used does not implement the class that is required
in the given parentType node's content.
|
class |
TableCellException |
Reports an error with a tableCell or tableHeader node.
|
static class |
TableCellException.ColspanNotPositive |
Reports that the colspan attribute for a tableCell or tableHeader node was
not positive.
|
static class |
TableCellException.ColwidthCannotBeNegative |
Reports that at least one negative value was provided in the colwidth attribute for a
tableCell or tableHeader.
|
static class |
TableCellException.ColwidthDoesNotMatchColspan |
Reports that the array of values colwidth attribute for a tableCell or tableHeader
did not match the colspan attribute.
|
static class |
TableCellException.ColwidthException |
Reports a problem with the colwidth attribute of a tableCell or tableHeader.
|
static class |
TableCellException.ColwidthMustHaveAtLeastOnePositiveValue |
Reports that all of the values colwidth attribute for a tableCell or tableHeader
were 0.
|
static class |
TableCellException.RowspanNegative |
Reports that the rowspan attribute for a tableCell or tableHeader was negative.
|
class |
TaskListException |
Reports a problem with a taskList node.
|
static class |
TaskListException.CannotUseNestedTaskListAsFirstContentItem |
Reports an attempt to nest a taskList as the first piece of content in a taskITem.
|