org.formulacompiler.compiler
Class CompilerException.UnsupportedExpressionSource
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.formulacompiler.runtime.FormulaCompilerException
org.formulacompiler.compiler.CompilerException
org.formulacompiler.compiler.CompilerException.UnsupportedExpressionSource
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CompilerException
public static class CompilerException.UnsupportedExpressionSource
- extends CompilerException
The formula you tried to parse contains an error or an unsupported element.
- 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 |
CompilerException.UnsupportedExpressionSource
public CompilerException.UnsupportedExpressionSource(Throwable _originalError,
String _source,
int _atPosition)
CompilerException.UnsupportedExpressionSource
public CompilerException.UnsupportedExpressionSource(String _message,
String _source,
int _atPosition)