uk.co.agena.minerva.model.extendedbn
Class InconsistentEvidenceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
uk.co.agena.minerva.model.extendedbn.ExtendedBNException
uk.co.agena.minerva.model.extendedbn.InconsistentEvidenceException
- All Implemented Interfaces:
- java.io.Serializable
public class InconsistentEvidenceException
- extends ExtendedBNException
- See Also:
- Serialized Form
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InconsistentEvidenceException
public InconsistentEvidenceException()
- Constructs an empty InconsistentEvidenceException.
InconsistentEvidenceException
public InconsistentEvidenceException(java.lang.String msg)
- Constructs an InconsistentEvidenceException with the
specified message.
- Parameters:
msg
- the message
InconsistentEvidenceException
public InconsistentEvidenceException(java.lang.Throwable throwable)
- Constructs an InconsistentEvidenceException with the
specified cause.
- Parameters:
throwable
- the Throwable that caused this Exception
InconsistentEvidenceException
public InconsistentEvidenceException(java.lang.String msg,
java.lang.Throwable throwable)
- Constructs an InconsistentEvidenceException with the
specified cause and message.
- Parameters:
throwable
- the Throwable that caused this Exceptionmsg
- the detail message
InconsistentEvidenceException
public InconsistentEvidenceException(java.lang.String msg,
ExtendedNode inconsistentNode,
java.util.List possibleProblemNodes)
InconsistentEvidenceException
public InconsistentEvidenceException(java.lang.String msg,
uk.co.agena.minerva.model.corebn.CoreBNInconsistentEvidenceException cbniee,
ExtendedBN ebn)
getInconsistentNode
public ExtendedNode getInconsistentNode()
getPossibleProblemNodes
public java.util.List getPossibleProblemNodes()
getInformationMessage
public java.lang.String getInformationMessage()
Copyright © 2006 Agena Ltd. All Rights Reserved.