org.formulacompiler.spreadsheet
Class SpreadsheetException.CellRangeNotUniDimensional

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
                      extended by org.formulacompiler.spreadsheet.SpreadsheetException.CellRangeNotUniDimensional
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
SpreadsheetException

public static class SpreadsheetException.CellRangeNotUniDimensional
extends SpreadsheetException

When a formula gives a range name in a place where a single cell is expected, then the range must be unidimensional. This means it is either only one row high or one column wide.

Author:
peo
See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class org.formulacompiler.spreadsheet.SpreadsheetException
SpreadsheetException.CellRangeNotUniDimensional, SpreadsheetException.LoadError, SpreadsheetException.NameNotFound, SpreadsheetException.NotInSection, SpreadsheetException.SaveError, SpreadsheetException.SectionExtentNotCovered, SpreadsheetException.SectionOverlap, SpreadsheetException.SectionSpan, SpreadsheetException.UnsupportedExpression, SpreadsheetException.UnsupportedFormat
 
Nested classes/interfaces inherited from class org.formulacompiler.compiler.CompilerException
CompilerException.BrokenReference, CompilerException.ConstructorMissing, CompilerException.DataTypeError, CompilerException.DuplicateDefinition, CompilerException.FactoryMethodMissing, CompilerException.MethodNotImplemented, CompilerException.ParallelVectorsSpanDifferentSubSections, CompilerException.ReferenceToArrayNotAggregated, CompilerException.ReferenceToInnerCellNotAggregated, CompilerException.ReferenceToOuterInnerCell, CompilerException.SectionOrientation, CompilerException.UnsupportedDataType, CompilerException.UnsupportedExpressionSource, CompilerException.UnsupportedOperator
 
Constructor Summary
SpreadsheetException.CellRangeNotUniDimensional(java.lang.String _message)
           
 
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.CellRangeNotUniDimensional

public SpreadsheetException.CellRangeNotUniDimensional(java.lang.String _message)