Class ExceptionUtil

java.lang.Object
com.itextpdf.io.exceptions.ExceptionUtil

public final class ExceptionUtil extends 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 Details

    • ExceptionUtil

      private ExceptionUtil()
  • Method Details

    • isOutOfRange

      public static boolean isOutOfRange(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