Package com.atlassian.adf.model.ex
Class AdfException.PropertyException
- 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
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AdfException.DuplicateProperty,AdfException.EmptyProperty,AdfException.InvalidURI,AdfException.MissingProperty,AdfException.ValueTypeMismatch
- Enclosing class:
- AdfException
public abstract static class AdfException.PropertyException extends AdfException
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).- 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringpropertyName()-
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
-
-
-
-
Method Detail
-
propertyName
public String propertyName()
- Returns:
- the name of the field or attribute that has a problem
-
-