org.formulacompiler.spreadsheet
Class SpreadsheetException.NotInSection
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.formulacompiler.runtime.FormulaCompilerException
org.formulacompiler.compiler.CompilerException
org.formulacompiler.spreadsheet.SpreadsheetException.NotInSection
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SpreadsheetException
public static class SpreadsheetException.NotInSection
- extends CompilerException
You attempted to define an input or output cell or range within a section, but the cell or
range is not fully contained with said 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.NotInSection
public SpreadsheetException.NotInSection(String _eltName,
String _eltAt,
String _sectionName,
String _sectionAt)