Searched refs:isFileNotFoundException (Results 1 – 3 of 3) sorted by relevance
30 public static boolean isFileNotFoundException(Throwable th) { in isFileNotFoundException() method in ExceptionUtil
335 if (ignoreMissingFile && ExceptionUtil.isFileNotFoundException(e)) { in loadAndRenderIncludedTemplate()
625 if (ignoreMissingFile && ExceptionUtil.isFileNotFoundException(e)) { in loadAndRenderIncludedTemplate()