FileDocCategorySizeDatePackage
InflateException.javaAPI DocAndroid 1.5 API1126Wed May 06 22:41:56 BST 2009android.view

InflateException

public class InflateException extends RuntimeException
This exception is thrown by an inflater on error conditions.

Fields Summary
Constructors Summary
public InflateException()

        super();
    
public InflateException(String detailMessage, Throwable throwable)

        super(detailMessage, throwable);
    
public InflateException(String detailMessage)

        super(detailMessage);
    
public InflateException(Throwable throwable)

        super(throwable);
    
Methods Summary