DecodeSizeLimitException
Overview
DecodeSizeLimitException is a class in Aspose.PDF FOSS for Java.
Inherits from: IOException.
Thrown when a decode filter’s output exceeds {@link DecodeLimits#maxDecodedBytes()}.
This class provides 1 method for working with DecodeSizeLimitException objects in Java programs.
Available methods include: DecodeSizeLimitException.
All public members are accessible to any Java application after installing the Aspose.PDF FOSS for Java package.
Methods
| Signature | Description |
|---|---|
DecodeSizeLimitException(message: String) | Creates the exception. |