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

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by uk.co.agena.minerva.model.extendedbn.ExtendedBNException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
ExtendedBNNotCompiledException, ExtendedBNNotFoundException, ExtendedNodeCreationException, ExtendedNodeFunctionException, ExtendedNodeMethodNotSupportedException, ExtendedNodeNotFoundException, ExtendedStateException, ExtendedStateNotFoundException, ExtendedStateNumberingException, InconsistentEvidenceException

public class ExtendedBNException
extends java.lang.Exception

Thrown whenever there is a general problem with ExtendedBNs. It is the superclass for all specific ExtendedBN-related Exceptions.

See Also:
Serialized Form

Constructor Summary
ExtendedBNException()
          Constructs an empty ExtendedBNException.
ExtendedBNException(java.lang.String msg)
          Constructs an ExtendedBNException with the specified message.
ExtendedBNException(java.lang.String msg, java.lang.Throwable throwable)
          Constructs an ExtendedBNException with the specified cause and message.
ExtendedBNException(java.lang.Throwable throwable)
          Constructs an ExtendedBNException with the specified cause.
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ExtendedBNException

public ExtendedBNException()
Constructs an empty ExtendedBNException.


ExtendedBNException

public ExtendedBNException(java.lang.String msg)
Constructs an ExtendedBNException with the specified message.

Parameters:
msg - the message

ExtendedBNException

public ExtendedBNException(java.lang.Throwable throwable)
Constructs an ExtendedBNException with the specified cause.

Parameters:
throwable - the Throwable that caused this Exception

ExtendedBNException

public ExtendedBNException(java.lang.String msg,
                           java.lang.Throwable throwable)
Constructs an ExtendedBNException with the specified cause and message.

Parameters:
throwable - the Throwable that caused this Exception
msg - the detail message


Copyright © 2006 Agena Ltd. All Rights Reserved.