java.lang.Exceptioncom.aspose.words.FileCorruptedException
public class FileCorruptedException
Example:
try {
Document doc = new Document(getMyDir() + "Corrupted document.docx");
} catch (FileCorruptedException e) {
System.out.println(e.getMessage());
}
See Also:
Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
Aspose.Words Support Forum - our preferred method of support.