Package com.itextpdf.io.exceptions
Class ExceptionUtil
- java.lang.Object
-
- com.itextpdf.io.exceptions.ExceptionUtil
-
public final class ExceptionUtil extends java.lang.Object
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 Modifier Constructor Description private
ExceptionUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isOutOfRange(java.lang.Exception e)
Check if given exception is index out of bounds exception.
-
-
-
Method Detail
-
isOutOfRange
public static boolean isOutOfRange(java.lang.Exception e)
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
-
-