public class FileFormatException extends ComparisonException
The exception that is thrown when comparing files with different formats.
Constructor and Description |
---|
FileFormatException(String sourcePath,
String targetPath)
Initializes a new instance of
FileFormatException class. |
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public FileFormatException(String sourcePath, String targetPath)
Initializes a new instance of FileFormatException
class.
sourcePath
- The source file pathtargetPath
- The target file pathCopyright © 2023. All rights reserved.