COM.hugin.HAPI
Class ExceptionFunctionalDependency

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

public class ExceptionFunctionalDependency
extends ExceptionHugin

An ExceptionFunctionalDependency exception is thrown when a functional dependency between two non-real-valued function nodes has been detected. Some Hugin API operations (including the SPU algorithm for LIMIDs) do not support such networks.

See Also:
Serialized Form

Constructor Summary
ExceptionFunctionalDependency()
           
ExceptionFunctionalDependency(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

ExceptionFunctionalDependency

public ExceptionFunctionalDependency()

ExceptionFunctionalDependency

public ExceptionFunctionalDependency(java.lang.String msg)