AndroidExceptionpublic class AndroidException extends Exception Base class for all checked exceptions thrown by the Android frameworks. |
Constructors Summary |
---|
public AndroidException()
| public AndroidException(String name)
super(name);
| public AndroidException(Exception cause)
super(cause);
|
|