Searched defs:InstantiationException (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/app/
H A DFragment.java529 static public class InstantiationException extends AndroidRuntimeException { class in class:Fragment
530 public InstantiationException(String msg, Exception cause) { method in class:Fragment.InstantiationException
573 * @throws InstantiationException If there is a failure in instantiating
592 throw new InstantiationException("Unable to instantiate fragment " + fname
595 } catch (java.lang.InstantiationException e) {
596 throw new InstantiationException("Unable to instantiate fragment " + fname
600 throw new InstantiationException("Unable to instantiate fragment " + fname
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java338 static public class InstantiationException extends RuntimeException { class in class:Fragment
339 public InstantiationException(String msg, Exception cause) { method in class:Fragment.InstantiationException
382 * @throws InstantiationException If there is a failure in instantiating
401 throw new InstantiationException("Unable to instantiate fragment " + fname
404 } catch (java.lang.InstantiationException e) {
405 throw new InstantiationException("Unable to instantiate fragment " + fname
409 throw new InstantiationException("Unable to instantiate fragment " + fname

Completed in 52 milliseconds