COM.hugin.HAPI
Class ExceptionNoEquilibrium

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

public class ExceptionNoEquilibrium
extends ExceptionHugin

An ExceptionNoEquilibrium exception is thrown when invalid junction tree potentials are detected. Invalid junction tree potentials are the result of a prior failure to initialize the inference engine. Hugin API methods (such as the Domain.propagate method) that must perform inference require valid junction tree potentials.

See Also:
Serialized Form

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

ExceptionNoEquilibrium

public ExceptionNoEquilibrium()

ExceptionNoEquilibrium

public ExceptionNoEquilibrium(java.lang.String msg)