com.google.clearsilver.jsilver.exceptions
Class ExceptionUtil

java.lang.Object
  extended by com.google.clearsilver.jsilver.exceptions.ExceptionUtil

public final class ExceptionUtil
extends Object

Class to hold utilities related to exceptions used by JSilver code.


Method Summary
static boolean isFileNotFoundException(Throwable th)
          Determines if the given exception was caused by an exception equivalent to FileNotFound.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.