public class DocumentComparisonException extends ComparisonException
The exception that is thrown when an error occurs while comparing documents.
| Constructor and Description |
|---|
DocumentComparisonException(String message,
Throwable cause)
Initializes a new instance of the DocumentComparisonException class with error message and an object that represents the cause of the exception.
|
DocumentComparisonException(Throwable cause)
Initializes a new instance of the DocumentComparisonException class with an object that represents the cause of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic DocumentComparisonException(String message, Throwable cause)
Initializes a new instance of the DocumentComparisonException class with error message and an object that represents the cause of the exception.
message - The error messagecause - The cause of the exceptionpublic DocumentComparisonException(Throwable cause)
Initializes a new instance of the DocumentComparisonException class with an object that represents the cause of the exception.
cause - The cause of the exceptionCopyright © 2024. All rights reserved.