public final class ConversionNotSupportedException extends GroupDocsConversionException
GroupDocs exception thrown when the conversion from source file to target file type is not supported
Constructor and 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
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
public ConversionNotSupportedException()
public ConversionNotSupportedException(FileType source, FileType target)
Creates an exception instance with a source FileType and a target Filetype
source
- The source file typetarget
- The target file typepublic ConversionNotSupportedException(String message)
Creates an exception instance with a message
message
- The message