1. GroupDocs.Merger
  2. /
  3. GroupDocs.Merger for Java
  4. /
  5. com.groupdocs.merger.exceptions
  6. /
  7. FileTypeNotSupportedException

FileTypeNotSupportedException

Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception

public class FileTypeNotSupportedException extends Exception

The exception that is thrown when specified file type is not supported.

Constructors

Constructor Description
FileTypeNotSupportedException(String message) Initializes a new instance of the FileTypeNotSupportedException class.

FileTypeNotSupportedException(String message)

public FileTypeNotSupportedException(String message)

Initializes a new instance of the FileTypeNotSupportedException class.

Parameters:

Parameter Type Description
message java.lang.String The message that describes the error.