org.formulacompiler.compiler
Class CompilerException.ReferenceToInnerCellNotAggregated
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.formulacompiler.runtime.FormulaCompilerException
org.formulacompiler.compiler.CompilerException
org.formulacompiler.compiler.CompilerException.ReferenceToInnerCellNotAggregated
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CompilerException
public static final class CompilerException.ReferenceToInnerCellNotAggregated
- extends CompilerException
An outer cell references an inner cell of a section without aggregating it. For example,
A2 = A1
is illegal if A1 is within a section, but A2 is not. The aggregation
A2 = sum(A1)
would be legal.
- Author:
- peo
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class org.formulacompiler.compiler.CompilerException |
CompilerException.ConstructorMissing, CompilerException.DuplicateDefinition, CompilerException.FactoryMethodMissing, CompilerException.MethodNotImplemented, CompilerException.NameNotFound, CompilerException.ParallelVectorsSpanDifferentSubSections, CompilerException.ReferenceToArrayNotAggregated, CompilerException.ReferenceToInnerCellNotAggregated, CompilerException.ReferenceToOuterInnerCell, CompilerException.SectionOrientation, CompilerException.UnsupportedDataType, CompilerException.UnsupportedExpression, CompilerException.UnsupportedExpressionSource, CompilerException.UnsupportedOperator |
CompilerException.ReferenceToInnerCellNotAggregated
public CompilerException.ReferenceToInnerCellNotAggregated()