Uses of Class
com.atlassian.adf.model.ex.AdfException.PropertyException
-
Packages that use AdfException.PropertyException Package Description com.atlassian.adf.model.ex Various exceptions indicating that there is a problem with the requested structure of a document. -
-
Uses of AdfException.PropertyException in com.atlassian.adf.model.ex
Subclasses of AdfException.PropertyException in com.atlassian.adf.model.ex Modifier and Type Class Description static classAdfException.DuplicatePropertyThrown to indicate the error of attempting to add the same key to the map representation of a node more than one time.static classAdfException.EmptyPropertyThrown to indicate that a required string value was specified as an empty string.static classAdfException.InvalidURIUsed as a runtime replacement forURISyntaxExceptionwhen a parameter value that must be a valid URI is checked.static classAdfException.MissingPropertyThrown to indicate that a required field or attribute was not provided.static classAdfException.ValueTypeMismatchThrown to indicate that a particular value could not be extracted from a field or attribute because it was not of the correct type.
-