ConversionNotSupportedException
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 ConversionNotSupportedException extends GroupDocsConversionException
GroupDocs exception thrown when the conversion from source file to target file type is not supported
Constructors
Constructor | Description |
---|---|
ConversionNotSupportedException() | Default constructor |
ConversionNotSupportedException(FileType source, FileType target) | Creates an exception instance with a source FileType and a target Filetype |
ConversionNotSupportedException(String message) | Creates an exception instance with a message |
ConversionNotSupportedException()
public ConversionNotSupportedException()
Default constructor
ConversionNotSupportedException(FileType source, FileType target)
public ConversionNotSupportedException(FileType source, FileType target)
Creates an exception instance with a source FileType and a target Filetype
Parameters:
Parameter | Type | Description |
---|---|---|
source | FileType | The source file type |
target | FileType | The target file type |
ConversionNotSupportedException(String message)
public ConversionNotSupportedException(String message)
Creates an exception instance with a message
Parameters:
Parameter | Type | Description |
---|---|---|
message | java.lang.String | The message |