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, toString
public FileTypeNotSupportedException(String message)
Initializes a new instance of the FileTypeNotSupportedException
class.
message
- The message that describes the error.