org.formulacompiler.compiler
Class CompilerException.FactoryMethodMissing
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.formulacompiler.runtime.FormulaCompilerException
org.formulacompiler.compiler.CompilerException
org.formulacompiler.compiler.CompilerException.FactoryMethodMissing
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CompilerException
public static final class CompilerException.FactoryMethodMissing
- extends CompilerException
You specified a factory type with no suitable factory method.
- 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.FactoryMethodMissing
public CompilerException.FactoryMethodMissing(Class _factoryClass,
Class _inputClass,
Class _outputClass)
CompilerException.FactoryMethodMissing
public CompilerException.FactoryMethodMissing(Class _factoryClass)