public final class CellCycleException
extends java.lang.RuntimeException
ComputeCell
s.Constructor and Description |
---|
CellCycleException()
Constructs from nothing.
|
Modifier and Type | Method and Description |
---|---|
ComputeCell |
getComputeCell()
Returns the
ComputeCell at which a cycle was detected. |
java.lang.String |
getMessage()
Returns the message associated with this instance.
|
void |
setAncestor(visad.DataReference cell)
Sets the ancestor data cell.
|
void |
setChild(visad.DataReference cell)
Sets the child data reference.
|
void |
setFound(ComputeCell cell)
Sets the output cell that caused the cycle.
|
public void setAncestor(visad.DataReference cell)
cell
- The ancestor cell.public void setChild(visad.DataReference cell)
cell
- The child cell.public void setFound(ComputeCell cell)
cell
- The output cell that caused the cycle.public java.lang.String getMessage()
getMessage
in class java.lang.Throwable
public ComputeCell getComputeCell()
ComputeCell
at which a cycle was detected.ComputeCell
iat which a cycle was
detected.