public class UnsupportedFileFormatException extends ComparisonException
The exception that is thrown when file of this format doesn't support comparison
Constructor and Description |
---|
UnsupportedFileFormatException()
Initializes a new instance of
UnsupportedFileFormatException class. |
UnsupportedFileFormatException(String pathFile)
Initializes a new instance of
UnsupportedFileFormatException class. |
UnsupportedFileFormatException(Throwable e)
Instantiates a new Unsupported file format exception.
|
getHResult, getInnerException, getType, setErrorCode, setHResult, toString
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public UnsupportedFileFormatException()
Initializes a new instance of UnsupportedFileFormatException
class.
public UnsupportedFileFormatException(String pathFile)
Initializes a new instance of UnsupportedFileFormatException
class.
pathFile
- the path filepublic UnsupportedFileFormatException(Throwable e)
e
- the eCopyright © 2022. All rights reserved.