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

Exception class for exceptions occurred during decompressed pdf streams processing. More...

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

Public Member Functions

  MemoryLimitsAwareException (String message)
  Creates a new instance of MemoryLimitsAwareException. More...
 
  MemoryLimitsAwareException (Exception cause)
  Creates a new instance of MemoryLimitsAwareException. More...
 
  MemoryLimitsAwareException (String message, Exception cause)
  Creates a new instance of MemoryLimitsAwareException. 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 exceptions occurred during decompressed pdf streams processing.

Constructor & Destructor Documentation

◆ MemoryLimitsAwareException() [1/3]

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

Creates a new instance of MemoryLimitsAwareException.

Parameters
message the detail message.

◆ MemoryLimitsAwareException() [2/3]

iText.Kernel.Exceptions.MemoryLimitsAwareException.MemoryLimitsAwareException ( Exception  cause )
inline

Creates a new instance of MemoryLimitsAwareException.

Parameters
cause the cause (which is saved for later retrieval by System.Exception.InnerException() method).

◆ MemoryLimitsAwareException() [3/3]

iText.Kernel.Exceptions.MemoryLimitsAwareException.MemoryLimitsAwareException ( String  message,
Exception  cause 
)
inline

Creates a new instance of MemoryLimitsAwareException.

Parameters
message the detail message.
cause the cause (which is saved for later retrieval by System.Exception.InnerException() method).