android.util
public
class
android.util.AndroidException
Base class for all checked exceptions thrown by the Android frameworks.
Known Direct Subclasses
Known Indirect Subclasses
DeadObjectException |
The object you are calling has died, because its hosting process
no longer exists. |
Summary
Public Constructors
fillInStackTrace,
getCause,
getLocalizedMessage,
getMessage,
getStackTrace,
initCause,
printStackTrace,
printStackTrace,
printStackTrace,
setStackTrace,
toString
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait
Details
Public Constructors
public
AndroidException()
public
AndroidException(String name)