COM.hugin.HAPI
Class ExceptionNoEquilibrium

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

ExceptionNoEquilibrium

public ExceptionNoEquilibrium()

ExceptionNoEquilibrium

public ExceptionNoEquilibrium(java.lang.String msg)