Class ClockedBeanCycleException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ucar.unidata.view.sounding.ClockedBeanCycleException
All Implemented Interfaces:
Serializable

public final class ClockedBeanCycleException extends RuntimeException
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 Details

    • ClockedBeanCycleException

      public ClockedBeanCycleException(ClockedBean bean)
      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 is null.
  • Method Details

    • getClockedBean

      public ClockedBean getClockedBean()
      Returns the clocked JavaBean at which a cycle was detected.
      Returns:
      The JavaBean at which a cycle was detected.