public class UnsupportedFileFormatException extends ComparisonException
The exception that is thrown when file of this format is not supported by Comparison.
| Constructor and Description |
|---|
UnsupportedFileFormatException()
Initializes a new instance of the UnsupportedFileFormatException class.
|
UnsupportedFileFormatException(String filePath)
Initializes a new instance of the UnsupportedFileFormatException class with path to the file.
|
UnsupportedFileFormatException(Throwable cause)
Initializes a new instance of the UnsupportedFileFormatException class with an object that represents the cause of the exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic UnsupportedFileFormatException()
Initializes a new instance of the UnsupportedFileFormatException class.
public UnsupportedFileFormatException(String filePath)
Initializes a new instance of the UnsupportedFileFormatException class with path to the file.
filePath - The path to the filepublic UnsupportedFileFormatException(Throwable cause)
Initializes a new instance of the UnsupportedFileFormatException class with an object that represents the cause of the exception.
cause - The cause of the exceptionCopyright © 2024. All rights reserved.