org.formulacompiler.spreadsheet
Class SpreadsheetException.UnsupportedExpression
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.formulacompiler.runtime.FormulaCompilerException
org.formulacompiler.compiler.CompilerException
org.formulacompiler.spreadsheet.SpreadsheetException
org.formulacompiler.spreadsheet.SpreadsheetException.UnsupportedExpression
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- SpreadsheetException
public static class SpreadsheetException.UnsupportedExpression
- extends SpreadsheetException
A cell formula contains a parsing error.
- Author:
- peo
- See Also:
- Serialized Form
Nested classes/interfaces inherited from class org.formulacompiler.compiler.CompilerException |
CompilerException.ConstructorMissing, CompilerException.DuplicateDefinition, CompilerException.FactoryMethodMissing, CompilerException.MethodNotImplemented, CompilerException.ParallelVectorsSpanDifferentSubSections, CompilerException.ReferenceToArrayNotAggregated, CompilerException.ReferenceToInnerCellNotAggregated, CompilerException.ReferenceToOuterInnerCell, CompilerException.SectionOrientation, CompilerException.UnsupportedDataType, CompilerException.UnsupportedExpressionSource, CompilerException.UnsupportedOperator |
SpreadsheetException.UnsupportedExpression
public SpreadsheetException.UnsupportedExpression(Throwable _cause)