FileCorruptedException
Inheritance: java.lang.Object, java.lang.Throwable, java.lang.Exception, com.groupdocs.merger.exceptions.GroupDocsMergerException
public class FileCorruptedException extends GroupDocsMergerException
The exception that is thrown when specified file could not be loaded because it appears to be corrupted.
Constructors
Constructor | Description |
---|---|
FileCorruptedException(String guid) | Initializes a new instance of the FileCorruptedException class. |
FileCorruptedException(String guid)
public FileCorruptedException(String guid)
Initializes a new instance of the FileCorruptedException class.
Parameters:
Parameter | Type | Description |
---|---|---|
guid | java.lang.String | The guid. |