Package com.itextpdf.kernel.exceptions
Class InvalidXRefPrevException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.itextpdf.commons.exceptions.ITextException
com.itextpdf.kernel.exceptions.PdfException
com.itextpdf.kernel.exceptions.InvalidXRefPrevException
- All Implemented Interfaces:
-
Serializable
Exception class for invalid prev pointer in xref structure.
- See Also:
-
Field Summary
Fields inherited from class com.itextpdf.kernel.exceptions.PdfException
object
-
Constructor Summary
ConstructorDescriptionInvalidXRefPrevException
(String message) Creates a new instance of InvalidPrevPointerException. -
Method Summary
Methods inherited from class com.itextpdf.kernel.exceptions.PdfException
getMessage, getMessageParams, setMessageParams
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidXRefPrevException
Creates a new instance of InvalidPrevPointerException.- Parameters:
-
message
- the detail message.
-