Most visited

Recently visited

Fragment.InstantiationException

public static class Fragment.InstantiationException
extends RuntimeException

java.lang.Object
    java.lang.Throwable
      java.lang.Exception
        java.lang.RuntimeException
          android.support.v4.app.Fragment.InstantiationException


发生实例化失败时,由 instantiate(Context, String, Bundle)抛出。

摘要(Summary)

Public constructors

Fragment.InstantiationException(String msg, 异常 cause)

继承方法(Inherited methods)

From class java.lang.Throwable
From class java.lang.Object

Public constructors

Fragment.InstantiationException

Fragment.InstantiationException (String msg, 
                异常 cause)

参数(Parameters)
msg String
cause 异常

Hooray!