Uses of Class
com.atlassian.adf.model.ex.mark.MarkException.ConstraintViolation
-
Packages that use MarkException.ConstraintViolation Package Description com.atlassian.adf.model.ex.mark Various exceptions indicating that there is a problem with a mark object within the ADF document structure. -
-
Uses of MarkException.ConstraintViolation in com.atlassian.adf.model.ex.mark
Subclasses of MarkException.ConstraintViolation in com.atlassian.adf.model.ex.mark Modifier and Type Class Description static classMarkException.DuplicateMarkTypeIndicates that the caller has attempted to add two marks with the same value for thetypefield to the same node.static classMarkException.LimitReachedIndicates 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 classMarkException.MarkDisallowedIndicates that the new mark cannot be added because its use has been restricted for some reason.static classMarkException.RestrictedMarkAlreadyPresentIndicates that a request to disable marks on a given node cannot proceed because the target node is already marked.
-