com.google.clearsilver.jsilver.exceptions
Class ExceptionUtil
java.lang.Object
com.google.clearsilver.jsilver.exceptions.ExceptionUtil
public final class ExceptionUtil
- extends Object
Class to hold utilities related to exceptions used by JSilver code.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
isFileNotFoundException
public static boolean isFileNotFoundException(Throwable th)
- Determines if the given exception was caused by an exception equivalent to FileNotFound.
Copyright © 2010-2012 Google. All Rights Reserved.