|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception org.formulacompiler.runtime.FormulaCompilerException org.formulacompiler.compiler.CompilerException org.formulacompiler.compiler.CompilerException.ReferenceToInnerCellNotAggregated
public static final class CompilerException.ReferenceToInnerCellNotAggregated
An outer cell references an inner cell of a section without aggregating it. For example,
A2 = A1
is illegal if A1 is within a section, but A2 is not. The aggregation
A2 = sum(A1)
would be legal.
Nested Class Summary |
---|
Constructor Summary | |
---|---|
CompilerException.ReferenceToInnerCellNotAggregated()
|
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 |
---|
public CompilerException.ReferenceToInnerCellNotAggregated()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |