com.groupdocs.merger.exceptions

Class FileTypeNotSupportedException

  • All Implemented Interfaces:
    Serializable


    public class FileTypeNotSupportedException
    extends Exception

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

    See Also:
    Serialized Form
    • Constructor Detail

      • FileTypeNotSupportedException

        public FileTypeNotSupportedException(String message)

        Initializes a new instance of the FileTypeNotSupportedException class.

        Parameters:
        message - The message that describes the error.