uk.co.agena.minerva.model.extendedbn
Class InconsistentEvidenceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.agena.minerva.model.extendedbn.ExtendedBNException
              extended by uk.co.agena.minerva.model.extendedbn.InconsistentEvidenceException
All Implemented Interfaces:
java.io.Serializable

public class InconsistentEvidenceException
extends ExtendedBNException

See Also:
Serialized Form

Constructor Summary
InconsistentEvidenceException()
          Constructs an empty InconsistentEvidenceException.
InconsistentEvidenceException(java.lang.String msg)
          Constructs an InconsistentEvidenceException with the specified message.
InconsistentEvidenceException(java.lang.String msg, uk.co.agena.minerva.model.corebn.CoreBNInconsistentEvidenceException cbniee, ExtendedBN ebn)
           
InconsistentEvidenceException(java.lang.String msg, ExtendedNode inconsistentNode, java.util.List possibleProblemNodes)
           
InconsistentEvidenceException(java.lang.String msg, java.lang.Throwable throwable)
          Constructs an InconsistentEvidenceException with the specified cause and message.
InconsistentEvidenceException(java.lang.Throwable throwable)
          Constructs an InconsistentEvidenceException with the specified cause.
 
Method Summary
 ExtendedNode getInconsistentNode()
           
 java.lang.String getInformationMessage()
           
 java.util.List getPossibleProblemNodes()
           
 
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
 

Constructor Detail

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 Exception
msg - 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)
Method Detail

getInconsistentNode

public ExtendedNode getInconsistentNode()

getPossibleProblemNodes

public java.util.List getPossibleProblemNodes()

getInformationMessage

public java.lang.String getInformationMessage()


Copyright © 2006 Agena Ltd. All Rights Reserved.