COM.hugin.HAPI
Class ExceptionInvalidEvidence

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

public class ExceptionInvalidEvidence
extends ExceptionHugin

An ExceptionInvalidEvidence exception is thrown when an invalid evidence scenario is detected. This means that the specified evidence violates the "free will" condition, or evidence on a decision node is not an instantiation. These checks are performed by propagation, d-separation, and policy-update operations.

See Also:
Serialized Form

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

ExceptionInvalidEvidence

public ExceptionInvalidEvidence()

ExceptionInvalidEvidence

public ExceptionInvalidEvidence(java.lang.String msg)