public class DocumentComparisonException extends ComparisonException
The exception that is thrown when an error occurs while comparing documents.
Constructor and Description |
---|
DocumentComparisonException(String message,
Throwable throwable)
Initializes a new instance of
DocumentComparisonException class. |
DocumentComparisonException(Throwable cause)
Instantiates a new Document comparison exception.
|
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public DocumentComparisonException(String message, Throwable throwable)
Initializes a new instance of DocumentComparisonException
class.
message
- the messagethrowable
- the throwablepublic DocumentComparisonException(Throwable cause)
cause
- the causeCopyright © 2022. All rights reserved.