public
class
AndroidException
extends Exception
java.lang.Object | |||
↳ | java.lang.Throwable | ||
↳ | java.lang.Exception | ||
↳ | android.util.AndroidException |
Base class for all checked exceptions thrown by the Android frameworks.
Public constructors | |
---|---|
AndroidException()
|
|
AndroidException(String name)
|
|
AndroidException(String name, Throwable cause)
|
|
AndroidException(Exception cause)
|
Inherited methods | |
---|---|
public AndroidException ()