@FieldsAreNonnullByDefault @ParametersAreNonnullByDefault @PublicApi @ReturnValuesAreNonnullByDefault
Package com.atlassian.adf.model.ex
Various exceptions indicating that there is a problem with the requested structure of
a document.
-
Exception Summary Exception Description AdfException An exception reporting a problem with the structure of an ADF document.AdfException.DuplicateProperty Thrown to indicate the error of attempting to add the same key to the map representation of a node more than one time.AdfException.EmptyProperty Thrown to indicate that a required string value was specified as an empty string.AdfException.InvalidURI Used as a runtime replacement forURISyntaxExceptionwhen a parameter value that must be a valid URI is checked.AdfException.MissingProperty Thrown to indicate that a required field or attribute was not provided.AdfException.MissingType Thrown for any node or mark that fails to specify atypevalue.AdfException.PropertyException Thrown to indicate that there is something wrong with a field (those values placed directly at the top level of a node or mark) or attribute (those placed within theattrsobject).AdfException.UnexpectedRuntimeException Used to wrap other runtime exceptions as anAdfException, primarily so that theerror pathcan potentially be provided for it.AdfException.UnsupportedEnumValue Thrown when a limited set of enumerated values are permitted, but a value was encountered that is not in the allowed set.AdfException.ValueTypeMismatch Thrown to indicate that a particular value could not be extracted from a field or attribute because it was not of the correct type.