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

/frameworks/base/core/java/android/app/
H A DFragment.java551 static public class InstantiationException extends AndroidRuntimeException { class in class:Fragment
552 public InstantiationException(String msg, Exception cause) { method in class:Fragment.InstantiationException
595 * @throws InstantiationException If there is a failure in instantiating
606 throw new InstantiationException("Trying to instantiate a class " + fname
618 throw new InstantiationException("Unable to instantiate fragment " + fname
621 } catch (java.lang.InstantiationException e) {
622 throw new InstantiationException("Unable to instantiate fragment " + fname
626 throw new InstantiationException("Unable to instantiate fragment " + fname
/frameworks/support/v4/java/android/support/v4/app/
H A DFragment.java364 static public class InstantiationException extends RuntimeException { class in class:Fragment
365 public InstantiationException(String msg, Exception cause) { method in class:Fragment.InstantiationException
408 * @throws InstantiationException If there is a failure in instantiating
427 throw new InstantiationException("Unable to instantiate fragment " + fname
430 } catch (java.lang.InstantiationException e) {
431 throw new InstantiationException("Unable to instantiate fragment " + fname
435 throw new InstantiationException("Unable to instantiate fragment " + fname

Completed in 144 milliseconds