AndroidRuntimeExceptionpublic class AndroidRuntimeException extends RuntimeException Base class for all unchecked exceptions thrown by the Android frameworks. |
Constructors Summary |
---|
public AndroidRuntimeException()
| public AndroidRuntimeException(String name)
super(name);
| public AndroidRuntimeException(Exception cause)
super(cause);
|
|