public class FileFormatException extends ComparisonException
The exception that is thrown when comparing files with different comparison types.
| Constructor and Description |
|---|
FileFormatException(String sourceComparisonType,
String targetComparisonType)
Initializes a new instance of the FileFormatException class with source and target comparison types.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileFormatException(String sourceComparisonType, String targetComparisonType)
Initializes a new instance of the FileFormatException class with source and target comparison types.
sourceComparisonType - The source comparison typetargetComparisonType - The target comparison typeCopyright © 2024. All rights reserved.