COM.hugin.HAPI
Class ExceptionCyclicFunctionalDependency

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
              extended byCOM.hugin.HAPI.ExceptionCyclicFunctionalDependency
All Implemented Interfaces:
java.io.Serializable

public class ExceptionCyclicFunctionalDependency
extends ExceptionHugin

An ExceptionCyclicFunctionalDependency exception is thrown when an attempt is made to create a link that would cause a cyclic dependency in the evaluation of function nodes.

See Also:
Serialized Form

Constructor Summary
ExceptionCyclicFunctionalDependency()
           
ExceptionCyclicFunctionalDependency(java.lang.String msg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExceptionCyclicFunctionalDependency

public ExceptionCyclicFunctionalDependency()

ExceptionCyclicFunctionalDependency

public ExceptionCyclicFunctionalDependency(java.lang.String msg)