Package android.util
Class AndroidRuntimeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- android.util.AndroidRuntimeException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadParcelableException
public class AndroidRuntimeException extends RuntimeException
Base class for all unchecked exceptions thrown by the Android frameworks.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AndroidRuntimeException()AndroidRuntimeException(Exception cause)AndroidRuntimeException(String name)AndroidRuntimeException(String name, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-