File
Doc
Category
Size
Date
Package
InflateException.java
API Doc
Android 1.5 API
1126
Wed May 06 22:41:56 BST 2009
android.view
InflateException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
public class InflateException extends RuntimeException
This exception is thrown by an inflater on error conditions.
(
Omit source code
)
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
Java Code Source