Package com.atlassian.adf.model.ex
Class AdfException.DuplicateProperty
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.adf.model.ex.AdfException
-
- com.atlassian.adf.model.ex.AdfException.PropertyException
-
- com.atlassian.adf.model.ex.AdfException.DuplicateProperty
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AdfException
public static class AdfException.DuplicateProperty extends AdfException.PropertyException
Thrown to indicate the error of attempting to add the same key to the map representation of a node more than one time.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.adf.model.ex.AdfException
AdfException.DuplicateProperty, AdfException.EmptyProperty, AdfException.InvalidURI, AdfException.MissingProperty, AdfException.MissingType, AdfException.PropertyException, AdfException.UnexpectedRuntimeException, AdfException.UnsupportedEnumValue, AdfException.ValueTypeMismatch
-
-
Field Summary
-
Fields inherited from class com.atlassian.adf.model.ex.AdfException
MARK_PREFIX, MARKS_PREFIX, NODE_PREFIX
-
-
Constructor Summary
Constructors Constructor Description DuplicateProperty(String propertyName)
-
Method Summary
-
Methods inherited from class com.atlassian.adf.model.ex.AdfException.PropertyException
propertyName
-
Methods inherited from class com.atlassian.adf.model.ex.AdfException
backtrace, frame, getPath, toString
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
-
-
-
-
Constructor Detail
-
DuplicateProperty
public DuplicateProperty(String propertyName)
-
-