org.formulacompiler.compiler
Class CompilerException.UnsupportedDataType
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.formulacompiler.runtime.FormulaCompilerException
org.formulacompiler.compiler.CompilerException
org.formulacompiler.compiler.CompilerException.UnsupportedDataType
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CompilerException
public static class CompilerException.UnsupportedDataType
- extends CompilerException
You attempted to bind a spreadsheet cell to a method with an unsupported return type, or an
unsupported parameter type; or you attempted to compile a spreadsheet with an unsupported
constant value in a cell referenced by the computation.
- 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.NameNotFound, CompilerException.ParallelVectorsSpanDifferentSubSections, CompilerException.ReferenceToArrayNotAggregated, CompilerException.ReferenceToInnerCellNotAggregated, CompilerException.ReferenceToOuterInnerCell, CompilerException.SectionOrientation, CompilerException.UnsupportedDataType, CompilerException.UnsupportedExpression, CompilerException.UnsupportedExpressionSource, CompilerException.UnsupportedOperator |
CompilerException.UnsupportedDataType
public CompilerException.UnsupportedDataType(String _message)