Package com.atlassian.adf.model.ex
Class AdfException.MissingProperty
- 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.MissingProperty
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- AdfException
public static class AdfException.MissingProperty extends AdfException.PropertyException
Thrown to indicate that a required field or attribute was not provided.This code does not make an attempt to look for properties that are present in an unexpected location, such as trying to specify the
colorattribute at the top level of atextColormark when it should be inside theattrs.- 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 MissingProperty(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
-
MissingProperty
public MissingProperty(String propertyName)
-
-