Class ExceptionUtil
java.lang.Object
com.itextpdf.io.exceptions.ExceptionUtil
This file is a helper class for internal usage only.
Be aware that its API and functionality may be changed in the future.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanCheck if given exception is index out of bounds exception.
-
Constructor Details
-
ExceptionUtil
private ExceptionUtil()
-
-
Method Details
-
isOutOfRange
Check if given exception is index out of bounds exception.Note: For internal usage only (method exists for autoport functionality).
- Parameters:
e- exception to check- Returns:
- true if given exception represents index out of bounds exception, false otherwise
-