android.util
public
class
android.util.AndroidRuntimeException
Base class for all unchecked exceptions thrown by the Android frameworks.
Known Direct Subclasses
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
AndroidRuntimeException()
public
AndroidRuntimeException(String name)
public
AndroidRuntimeException(Exception cause)