# Print output for @column tags ?> InflateException - Android SDK | Android Developers

Most visited


Recently visited


InflateException

public class InflateException
extends RuntimeException

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


This exception is thrown by an inflater on error conditions.

Summary


Public constructors

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

Inherited methods

Public constructors


InflateException

public InflateException ()

InflateException

public InflateException (String detailMessage, 
                Throwable throwable)

Parameters
detailMessage String

throwable Throwable

InflateException

public InflateException (String detailMessage)

Parameters
detailMessage String

InflateException

public InflateException (Throwable throwable)

Parameters
throwable Throwable