FileTypeNotSupportedException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, java.lang.RuntimeException, com.aspose.ms.System.Exception, com.groupdocs.conversion.exceptions.GroupDocsConversionException

public final class FileTypeNotSupportedException extends GroupDocsConversionException

GroupDocs exception thrown when the file type is not supported

Constructors

Constructor Description
FileTypeNotSupportedException() Default constructor
FileTypeNotSupportedException(FileType fileType) Creates an exception instance with a FileType
FileTypeNotSupportedException(String message) Creates an exception instance with a message

FileTypeNotSupportedException()

public FileTypeNotSupportedException()

Default constructor

FileTypeNotSupportedException(FileType fileType)

public FileTypeNotSupportedException(FileType fileType)

Creates an exception instance with a FileType

Parameters:

Parameter Type Description
fileType FileType The file type

FileTypeNotSupportedException(String message)

public FileTypeNotSupportedException(String message)

Creates an exception instance with a message

Parameters:

Parameter Type Description
message java.lang.String The message