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

/frameworks/base/core/java/android/app/
H A DFragment.java518 static public class InstantiationException extends AndroidRuntimeException { class in class:Fragment
519 public InstantiationException(String msg, Exception cause) { method in class:Fragment.InstantiationException
562 * @throws InstantiationException If there is a failure in instantiating
581 throw new InstantiationException("Unable to instantiate fragment " + fname
584 } catch (java.lang.InstantiationException e) {
585 throw new InstantiationException("Unable to instantiate fragment " + fname
589 throw new InstantiationException("Unable to instantiate fragment " + fname
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java328 static public class InstantiationException extends RuntimeException { class in class:Fragment
329 public InstantiationException(String msg, Exception cause) { method in class:Fragment.InstantiationException
372 * @throws InstantiationException If there is a failure in instantiating
391 throw new InstantiationException("Unable to instantiate fragment " + fname
394 } catch (java.lang.InstantiationException e) {
395 throw new InstantiationException("Unable to instantiate fragment " + fname
399 throw new InstantiationException("Unable to instantiate fragment " + fname

Completed in 79 milliseconds