Class MemoryLimitsAwareException
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.MemoryLimitsAwareException
- All Implemented Interfaces:
Serializable
Exception class for exceptions occurred during decompressed pdf streams processing.
- See Also:
-
Field Summary
Fields inherited from class PdfException
object -
Constructor Summary
ConstructorsConstructorDescriptionMemoryLimitsAwareException(String message) Creates a new instance of MemoryLimitsAwareException.MemoryLimitsAwareException(String message, Throwable cause) Creates a new instance of MemoryLimitsAwareException.Creates a new instance of MemoryLimitsAwareException. -
Method Summary
Methods inherited from class PdfException
getMessage, getMessageParams, setMessageParamsMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MemoryLimitsAwareException
Creates a new instance of MemoryLimitsAwareException.- Parameters:
message- the detail message.
-
MemoryLimitsAwareException
Creates a new instance of MemoryLimitsAwareException.- Parameters:
cause- the cause (which is saved for later retrieval byThrowable.getCause()method).
-
MemoryLimitsAwareException
Creates a new instance of MemoryLimitsAwareException.- Parameters:
message- the detail message.cause- the cause (which is saved for later retrieval byThrowable.getCause()method).
-