COM.hugin.HAPI
Class ExceptionCyclicFunctionalDependency

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by COM.hugin.HAPI.ExceptionHugin
              extended by COM.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)
           
 
Method Summary
 
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)