FileFormatException
Leave feedback
On this page
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.groupdocs.foundation.exception.GroupDocsException, com.groupdocs.comparison.common.exceptions.ComparisonException
public class FileFormatException extends ComparisonException
The exception that is thrown when comparing files with different comparison types.
| Constructor | Description |
|---|---|
| FileFormatException(String sourceComparisonType, String targetComparisonType) | Initializes a new instance of the FileFormatException class with source and target comparison types. |
public FileFormatException(String sourceComparisonType, String targetComparisonType)
Initializes a new instance of the FileFormatException class with source and target comparison types.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| sourceComparisonType | java.lang.String | The source comparison type |
| targetComparisonType | java.lang.String | The target comparison type |
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.