COM.hugin.HAPI
Class ExceptionChainGraph

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by COM.hugin.HAPI.ExceptionHugin
              extended by COM.hugin.HAPI.ExceptionChainGraph
All Implemented Interfaces:
java.io.Serializable

public class ExceptionChainGraph
extends ExceptionHugin

An ExceptionChainGraph exception is thrown when a zero value is found in the normalizing potential of a chain graph block. This is the chain-graph equivalent of finding a zero-sum distribution in an ordinary conditional probability potential.

See Also:
Serialized Form

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

ExceptionChainGraph

public ExceptionChainGraph()

ExceptionChainGraph

public ExceptionChainGraph(java.lang.String msg)