org.formulacompiler.compiler
Class CompilerException.FactoryMethodMissing

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.formulacompiler.runtime.FormulaCompilerException
              extended by org.formulacompiler.compiler.CompilerException
                  extended by org.formulacompiler.compiler.CompilerException.FactoryMethodMissing
All Implemented Interfaces:
java.io.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 Class Summary
 
Nested classes/interfaces inherited from class org.formulacompiler.compiler.CompilerException
CompilerException.BrokenReference, CompilerException.ConstructorMissing, CompilerException.DataTypeError, 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
 
Constructor Summary
CompilerException.FactoryMethodMissing(java.lang.Class _factoryClass)
           
CompilerException.FactoryMethodMissing(java.lang.Class _factoryClass, java.lang.Class _inputClass, java.lang.Class _outputClass)
           
 
Method Summary
 
Methods inherited from class org.formulacompiler.runtime.FormulaCompilerException
addMessageContext, getMessage, getMessageContext, getPureMessage, setMessageContext
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CompilerException.FactoryMethodMissing

public CompilerException.FactoryMethodMissing(java.lang.Class _factoryClass,
                                              java.lang.Class _inputClass,
                                              java.lang.Class _outputClass)

CompilerException.FactoryMethodMissing

public CompilerException.FactoryMethodMissing(java.lang.Class _factoryClass)