iText 8.0.2 API
iText.Kernel.Exceptions.XrefCycledReferencesException Class Reference

Exception class for infinite loop in xref structure. More...

Inheritance diagram for iText.Kernel.Exceptions.XrefCycledReferencesException:
iText.Kernel.Exceptions.PdfException iText.Commons.Exceptions.ITextException

Public Member Functions

  XrefCycledReferencesException (String message)
  Creates a new instance of XrefInfiniteLoopException. More...
 
- Public Member Functions inherited from iText.Kernel.Exceptions.PdfException
  PdfException (String message)
  Creates a new instance of PdfException. More...
 
  PdfException (Exception cause)
  Creates a new instance of PdfException. More...
 
  PdfException (String message, Object obj)
  Creates a new instance of PdfException. More...
 
  PdfException (String message, Exception cause)
  Creates a new instance of PdfException. More...
 
  PdfException (String message, Exception cause, Object obj)
  Creates a new instance of PdfException. More...
 
virtual iText.Kernel.Exceptions.PdfException  SetMessageParams (params Object[] messageParams)
  Sets additional params for Exception message. More...
 
- Public Member Functions inherited from iText.Commons.Exceptions.ITextException
  ITextException ()
  Creates a new ITextException with no error message and cause. More...
 
  ITextException (String message)
  Creates a new ITextException. More...
 
  ITextException (Exception cause)
  Creates a new ITextException. More...
 
  ITextException (String message, Exception cause)
  Creates a new ITextException. More...
 

Additional Inherited Members

- Properties inherited from iText.Kernel.Exceptions.PdfException
override String  Message [get]
 

Detailed Description

Exception class for infinite loop in xref structure.

Constructor & Destructor Documentation

◆ XrefCycledReferencesException()

iText.Kernel.Exceptions.XrefCycledReferencesException.XrefCycledReferencesException ( String  message )
inline

Creates a new instance of XrefInfiniteLoopException.

Parameters
message the detail message.