org.formulacompiler.compiler
Class CompilerException.ConstructorMissing
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.formulacompiler.runtime.FormulaCompilerException
org.formulacompiler.compiler.CompilerException
org.formulacompiler.compiler.CompilerException.ConstructorMissing
- All Implemented Interfaces:
- Serializable
- Enclosing class:
- CompilerException
public static class CompilerException.ConstructorMissing
- extends CompilerException
You specified a factory or output class with no suitable constructor for AFC to call. Note
that the constructors must be public
.
- 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.ConstructorMissing
public CompilerException.ConstructorMissing(String _message,
Throwable _cause)