org.formulacompiler.spreadsheet
Class SpreadsheetException.NotInSection

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.formulacompiler.runtime.FormulaCompilerException
              extended by org.formulacompiler.compiler.CompilerException
                  extended by org.formulacompiler.spreadsheet.SpreadsheetException.NotInSection
All Implemented Interfaces:
java.io.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 Class Summary
 
Nested classes/interfaces inherited from class org.formulacompiler.compiler.CompilerException
CompilerException.BrokenReference, CompilerException.ConstructorMissing, CompilerException.DataTypeError, 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
 
Constructor Summary
SpreadsheetException.NotInSection(java.lang.String _eltName, java.lang.String _eltAt, java.lang.String _sectionName, java.lang.String _sectionAt)
           
 
Method Summary
 
Methods inherited from class org.formulacompiler.runtime.FormulaCompilerException
addMessageContext, getMessage, getMessageContext, getPureMessage, setMessageContext
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SpreadsheetException.NotInSection

public SpreadsheetException.NotInSection(java.lang.String _eltName,
                                         java.lang.String _eltAt,
                                         java.lang.String _sectionName,
                                         java.lang.String _sectionAt)