Most visited

Recently visited

Added in API level 1

InflateException

public class InflateException
extends RuntimeException

java.lang.Object
    java.lang.Throwable
      java.lang.Exception
        java.lang.RuntimeException
          android.view.InflateException


这个异常由错误情况下的充气器引发。

摘要(Summary)

Public constructors

InflateException()
InflateException(String detailMessage, Throwable throwable)
InflateException(String detailMessage)
InflateException(Throwable throwable)

继承方法(Inherited methods)

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

Public constructors

InflateException

Added in API level 1
InflateException ()

InflateException

Added in API level 1
InflateException (String detailMessage, 
                Throwable throwable)

参数(Parameters)
detailMessage String
throwable Throwable

InflateException

Added in API level 1
InflateException (String detailMessage)

参数(Parameters)
detailMessage String

InflateException

Added in API level 1
InflateException (Throwable throwable)

参数(Parameters)
throwable Throwable

Hooray!