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

/frameworks/base/core/java/android/app/
H A DFragment.java553 static public class InstantiationException extends AndroidRuntimeException { class in class:Fragment
554 public InstantiationException(String msg, Exception cause) { method in class:Fragment.InstantiationException
597 * @throws InstantiationException If there is a failure in instantiating
608 throw new InstantiationException("Trying to instantiate a class " + fname
620 throw new InstantiationException("Unable to instantiate fragment " + fname
623 } catch (java.lang.InstantiationException e) {
624 throw new InstantiationException("Unable to instantiate fragment " + fname
628 throw new InstantiationException("Unable to instantiate fragment " + fname
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java367 static public class InstantiationException extends RuntimeException { class in class:Fragment
368 public InstantiationException(String msg, Exception cause) { method in class:Fragment.InstantiationException
411 * @throws InstantiationException If there is a failure in instantiating
430 throw new InstantiationException("Unable to instantiate fragment " + fname
433 } catch (java.lang.InstantiationException e) {
434 throw new InstantiationException("Unable to instantiate fragment " + fname
438 throw new InstantiationException("Unable to instantiate fragment " + fname

Completed in 102 milliseconds