org.formulacompiler.spreadsheet
Class SpreadsheetException.SectionExtentNotCovered
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.formulacompiler.runtime.FormulaCompilerException
org.formulacompiler.compiler.CompilerException
org.formulacompiler.spreadsheet.SpreadsheetException.SectionExtentNotCovered
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SpreadsheetException
public static class SpreadsheetException.SectionExtentNotCovered
- extends CompilerException
You are compiling a spreadsheet with an aggregate function over a range that overlaps, but
does not exactly match the variable extent of a section.
- Author:
- peo
- See Also:
- 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 |
SpreadsheetException.SectionExtentNotCovered
public SpreadsheetException.SectionExtentNotCovered(String _rangeAt,
String _sectionName,
Orientation _orientation)