public class ComparisonException
extends com.groupdocs.foundation.exception.GroupDocsException
Base class for all exception that is thrown while using Comparison API.
| Constructor and Description |
|---|
ComparisonException()
Initializes a new instance of the ComparisonException class.
|
ComparisonException(String message)
Initializes a new instance of the ComparisonException class with error message.
|
ComparisonException(String message,
Throwable cause)
Initializes a new instance of the ComparisonException class with error message and an object that represents the cause of the exception.
|
ComparisonException(Throwable cause)
Initializes a new instance of the ComparisonException class with an object that represents the cause of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ComparisonException()
Initializes a new instance of the ComparisonException class.
public ComparisonException(String message)
Initializes a new instance of the ComparisonException class with error message.
message - The error messagepublic ComparisonException(String message, Throwable cause)
Initializes a new instance of the ComparisonException class with error message and an object that represents the cause of the exception.
message - The error messagecause - The cause of the exceptionpublic ComparisonException(Throwable cause)
Initializes a new instance of the ComparisonException class with an object that represents the cause of the exception.
cause - The cause of the exceptionCopyright © 2024. All rights reserved.