org.formulacompiler.compiler
Class CompilerException.ReferenceToArrayNotAggregated
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.formulacompiler.runtime.FormulaCompilerException
org.formulacompiler.compiler.CompilerException
org.formulacompiler.compiler.CompilerException.ReferenceToArrayNotAggregated
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CompilerException
public static final class CompilerException.ReferenceToArrayNotAggregated
- extends CompilerException
An expression references an array (range) without aggregating it. For example,
A3 = A1:A2
is illegal. This error could also be caused by an outer reference to a cell
within a repeating section.
- Author:
- peo
- See Also:
CompilerException.ReferenceToInnerCellNotAggregated
,
Serialized Form
Nested classes/interfaces inherited from class org.formulacompiler.compiler.CompilerException |
CompilerException.BrokenReference, 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.ReferenceToArrayNotAggregated
public CompilerException.ReferenceToArrayNotAggregated()