Package com.atlassian.adf.model.ex.node
Class TableCellException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.atlassian.adf.model.ex.AdfException
-
- com.atlassian.adf.model.ex.node.NodeException
-
- com.atlassian.adf.model.ex.node.TableCellException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
TableCellException.ColspanNotPositive,TableCellException.ColwidthException,TableCellException.RowspanNegative
public abstract class TableCellException extends NodeException
Reports an error with atableCellortableHeadernode.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTableCellException.ColspanNotPositiveReports that thecolspanattribute for atableCellortableHeadernode was not positive.static classTableCellException.ColwidthCannotBeNegativeReports that at least one negative value was provided in thecolwidthattribute for atableCellortableHeader.static classTableCellException.ColwidthDoesNotMatchColspanReports that the array of valuescolwidthattribute for atableCellortableHeaderdid not match thecolspanattribute.static classTableCellException.ColwidthExceptionReports a problem with thecolwidthattribute of atableCellortableHeader.static classTableCellException.ColwidthMustHaveAtLeastOnePositiveValueReports that all of the valuescolwidthattribute for atableCellortableHeaderwere0.static classTableCellException.RowspanNegativeReports that therowspanattribute for atableCellortableHeaderwas negative.-
Nested classes/interfaces inherited from class com.atlassian.adf.model.ex.node.NodeException
NodeException.TypeMismatch
-
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
-
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
-
-