COM.hugin.HAPI
Class ExceptionInvalidEvidence

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