Package com.itextpdf.text.pdf
Class MemoryLimitsAwareException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.itextpdf.text.pdf.MemoryLimitsAwareException
-
- All Implemented Interfaces:
java.io.Serializable
public class MemoryLimitsAwareException extends java.lang.RuntimeException
Exception class for exceptions occurred during decompressed pdf streams processing.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
DuringDecompressionMultipleStreamsInSumOccupiedMoreMemoryThanAllowed
static java.lang.String
DuringDecompressionSingleStreamOccupiedMoreMemoryThanAllowed
static java.lang.String
DuringDecompressionSingleStreamOccupiedMoreThanMaxIntegerValue
static java.lang.String
UnknownPdfException
-
Constructor Summary
Constructors Constructor Description MemoryLimitsAwareException(java.lang.String message)
Creates a new instance of MemoryLimitsAwareException.
-
-
-
Field Detail
-
DuringDecompressionMultipleStreamsInSumOccupiedMoreMemoryThanAllowed
public static final java.lang.String DuringDecompressionMultipleStreamsInSumOccupiedMoreMemoryThanAllowed
- See Also:
- Constant Field Values
-
DuringDecompressionSingleStreamOccupiedMoreMemoryThanAllowed
public static final java.lang.String DuringDecompressionSingleStreamOccupiedMoreMemoryThanAllowed
- See Also:
- Constant Field Values
-
DuringDecompressionSingleStreamOccupiedMoreThanMaxIntegerValue
public static final java.lang.String DuringDecompressionSingleStreamOccupiedMoreThanMaxIntegerValue
- See Also:
- Constant Field Values
-
UnknownPdfException
public static final java.lang.String UnknownPdfException
- See Also:
- Constant Field Values
-
-