public class InconsistentEvidenceException extends Exception
| Constructor and Description | 
|---|
InconsistentEvidenceException()
Initializes a new instance of the  
InconsistentEvidenceException class. | 
InconsistentEvidenceException(String message)
Initializes a new instance of the  
InconsistentEvidenceException class. | 
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. | 
InconsistentEvidenceException(Throwable cause)
Initializes a new instance of the  
InconsistentEvidenceException class a reference to the inner exception that is the cause of this exception. | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic InconsistentEvidenceException()
InconsistentEvidenceException class.public InconsistentEvidenceException(String message)
InconsistentEvidenceException class.message - The message.public InconsistentEvidenceException(String message, Throwable cause)
InconsistentEvidenceException class with a specified error message and a reference to the inner exception that is the cause of this exception.message - The error message that explains the reason for the exception.cause - The exception that is the cause of the current exception.public InconsistentEvidenceException(Throwable cause)
InconsistentEvidenceException class a reference to the inner exception that is the cause of this exception.cause - The exception that is the cause of the current exception.Copyright © 2021. All rights reserved.