@FieldsAreNonnullByDefault @ParametersAreNonnullByDefault @PublicApi @ReturnValuesAreNonnullByDefault
Package com.atlassian.adf.model.ex.mark
Various exceptions indicating that there is a problem with a mark object within the ADF
document structure.
-
Exception Summary Exception Description BorderException Reports a problem with abordermark.BorderException.InvalidColor Reports that abordermark specified am invalid value for itscolor.BorderException.InvalidSize Reports that abordermark specified asizethat is out of range.DataConsumerException Reports a problem with adataConsumermark.DataConsumerException.DuplicateSource Reports that the same source was listed multiple times for the samedataConsumer.DataConsumerException.NoSources Reports that no sources were provided for thedataConsumer.DataConsumerException.SourceException Reports a problem with thesourcesattribute of adataConsumermark.IndentationException Reports a problem with anindentationmark.IndentationException.InvalidLevel Reports that anindentationmark specified alevelthat is out of range.MarkException Reports a problem with an ADF mark.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.MarkException.DuplicateMarkType Indicates that the caller has attempted to add two marks with the same value for thetypefield to the same node.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.MarkException.MarkDisallowed Indicates that the new mark cannot be added because its use has been restricted for some reason.MarkException.RestrictedMarkAlreadyPresent Indicates that a request to disable marks on a given node cannot proceed because the target node is already marked.MarkException.TypeMismatch Indicates that the given mark type does not satisfy the type system's contraints on what mark types are permitted here.MarkException.TypeUnsupported Indicates that the given mark type does not satisfy the type system's contraints on what mark types are permitted here.TextColorException Reports a problem with atextColormark.TextColorException.InvalidColor Indicates that the requestedcolorattribute for atextColormark is not supported.