public class FileTypeNotSupportedException extends Exception
The exception that is thrown when specified file type is not supported.
| Constructor and Description |
|---|
FileTypeNotSupportedException(String message)
Initializes a new instance of the
FileTypeNotSupportedException class. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic FileTypeNotSupportedException(String message)
Initializes a new instance of the FileTypeNotSupportedException class.
message - The message that describes the error.Copyright © 2024. All rights reserved.