public class ComparisonException
extends com.groupdocs.foundation.exception.GroupDocsException
Base class for all comparison process exceptions.
Constructor and Description |
---|
ComparisonException()
Default constructor
|
ComparisonException(String message)
Throw exception with specific message
|
ComparisonException(String message,
Throwable throwable)
Instantiates a new Group docs exception.
|
ComparisonException(Throwable cause)
Instantiates a new Group docs exception.
|
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ComparisonException()
Default constructor
public ComparisonException(String message)
Throw exception with specific message
message
- the messagepublic ComparisonException(String message, Throwable throwable)
message
- the messagethrowable
- the throwablepublic ComparisonException(Throwable cause)
cause
- the cause