class |
DataConsumerException |
Reports a problem with a dataConsumer mark.
|
static class |
DataConsumerException.DuplicateSource |
Reports that the same source was listed multiple times for the same dataConsumer.
|
static class |
DataConsumerException.NoSources |
Reports that no sources were provided for the dataConsumer.
|
static class |
DataConsumerException.SourceException |
Reports a problem with the sources attribute of a dataConsumer mark.
|
static class |
MarkException.ConstraintViolation |
Indicates that a mark which could not be excluded by the type system is nevertheless invalid in the
given circumstances due to other constraints related to ADF or how the marked node has been used.
|
static class |
MarkException.DuplicateMarkType |
Indicates that the caller has attempted to add two marks with the same value for the type field
to the same node.
|
static class |
MarkException.LimitReached |
Indicates that the new mark cannot be added because there is a limit to how many marks the
node is permitted to have and that limit has already been reached.
|
static class |
MarkException.MarkDisallowed |
Indicates that the new mark cannot be added because its use has been restricted for some reason.
|
static class |
MarkException.RestrictedMarkAlreadyPresent |
Indicates that a request to disable marks on a given node cannot proceed because the target node is
already marked.
|
static class |
MarkException.TypeMismatch |
Indicates that the given mark type does not satisfy the type system's contraints on what
mark types are permitted here.
|
static class |
MarkException.TypeUnsupported |
Indicates that the given mark type does not satisfy the type system's contraints on what
mark types are permitted here.
|
class |
TextColorException |
Reports a problem with a textColor mark.
|
static class |
TextColorException.InvalidColor |
Indicates that the requested color attribute for a textColor mark is not supported.
|