Class InconsistentEvidenceException

  • All Implemented Interfaces:
    Serializable

    public class InconsistentEvidenceException
    extends Exception
    Exception raised when either inconsistent evidence is detected, or underflow has occurred.
    See Also:
    Serialized Form
    • Constructor Detail

      • InconsistentEvidenceException

        public InconsistentEvidenceException​(String message)
        Initializes a new instance of the InconsistentEvidenceException class.
        Parameters:
        message - The message.
      • InconsistentEvidenceException

        public InconsistentEvidenceException​(String message,
                                             Throwable cause)
        Initializes a new instance of the InconsistentEvidenceException class with a specified error message and a reference to the inner exception that is the cause of this exception.
        Parameters:
        message - The error message that explains the reason for the exception.
        cause - The exception that is the cause of the current exception.
      • InconsistentEvidenceException

        public InconsistentEvidenceException​(Throwable cause)
        Initializes a new instance of the InconsistentEvidenceException class a reference to the inner exception that is the cause of this exception.
        Parameters:
        cause - The exception that is the cause of the current exception.