COM.hugin.HAPI
Class ExceptionChainGraph

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byCOM.hugin.HAPI.ExceptionHugin
              extended byCOM.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)
           
 
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)