|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ucar.unidata.view.sounding.CellCycleException
public final class CellCycleException
The exception thrown when a cycle is dectected in directed graph of ComputeCells.
| Constructor Summary | |
|---|---|
CellCycleException()
Constructs from nothing. |
|
| Method Summary | |
|---|---|
ComputeCell |
getComputeCell()
Returns the ComputeCell at which a cycle was detected. |
String |
getMessage()
Returns the message associated with this instance. |
void |
setAncestor(DataReference cell)
Sets the ancestor data cell. |
void |
setChild(DataReference cell)
Sets the child data reference. |
void |
setFound(ComputeCell cell)
Sets the output cell that caused the cycle. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public CellCycleException()
| Method Detail |
|---|
public void setAncestor(DataReference cell)
cell - The ancestor cell.public void setChild(DataReference cell)
cell - The child cell.public void setFound(ComputeCell cell)
cell - The output cell that caused the cycle.public String getMessage()
getMessage in class Throwablepublic ComputeCell getComputeCell()
ComputeCell at which a cycle was detected.
ComputeCell iat which a cycle was
detected.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||