Package ucar.unidata.view.sounding
Class ClockedBeanCycleException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ucar.unidata.view.sounding.ClockedBeanCycleException
- All Implemented Interfaces:
Serializable
The exception thrown when a cycle is dectected in directed graph of
ClockedBean
listeners.- Version:
- $Revision: 1.5 $ $Date: 2005/05/13 18:33:26 $
- Author:
- Steven R. Emmerson
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs from the clocked JavaBean that is part of a cycle. -
Method Summary
Modifier and TypeMethodDescriptionReturns the clocked JavaBean at which a cycle was detected.Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ClockedBeanCycleException
Constructs from the clocked JavaBean that is part of a cycle.- Parameters:
bean
- The clocked JavaBean that is part of a cycle.- Throws:
NullPointerException
- if the argument isnull
.
-
-
Method Details
-
getClockedBean
Returns the clocked JavaBean at which a cycle was detected.- Returns:
- The JavaBean at which a cycle was detected.
-