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

/frameworks/base/core/java/android/app/
H A DFragment.java521 static public class InstantiationException extends AndroidRuntimeException { class in class:Fragment
522 public InstantiationException(String msg, Exception cause) { method in class:Fragment.InstantiationException
565 * @throws InstantiationException If there is a failure in instantiating
584 throw new InstantiationException("Unable to instantiate fragment " + fname
587 } catch (java.lang.InstantiationException e) {
588 throw new InstantiationException("Unable to instantiate fragment " + fname
592 throw new InstantiationException("Unable to instantiate fragment " + fname
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java332 static public class InstantiationException extends RuntimeException { class in class:Fragment
333 public InstantiationException(String msg, Exception cause) { method in class:Fragment.InstantiationException
376 * @throws InstantiationException If there is a failure in instantiating
395 throw new InstantiationException("Unable to instantiate fragment " + fname
398 } catch (java.lang.InstantiationException e) {
399 throw new InstantiationException("Unable to instantiate fragment " + fname
403 throw new InstantiationException("Unable to instantiate fragment " + fname

Completed in 593 milliseconds