public final class FileTypeNotSupportedException extends GroupDocsConversionException
GroupDocs exception thrown when the file type is not supported
Constructor and Description |
---|
FileTypeNotSupportedException()
Default constructor
|
FileTypeNotSupportedException(FileType fileType)
Creates an exception instance with a FileType
|
FileTypeNotSupportedException(String message)
Creates an exception instance with a message
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public FileTypeNotSupportedException()
public FileTypeNotSupportedException(FileType fileType)
Creates an exception instance with a FileType
fileType
- The file typepublic FileTypeNotSupportedException(String message)
Creates an exception instance with a message
message
- The message