Package com.itextpdf.io.exceptions
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.
-
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Check if given exception is index out of bounds exception.
-
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
-