Package com.pdftools
Class CorruptException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- com.pdftools.PdfToolsException
-
- com.pdftools.CorruptException
-
- All Implemented Interfaces:
java.io.Serializable
public class CorruptException extends PdfToolsException
The file is corrupt and cannot be opened.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CorruptException(java.lang.String message)
-