Package android.util
Class AndroidException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- android.util.AndroidException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
PackageManager.NameNotFoundException,RemoteException
public class AndroidException extends Exception
Base class for all checked exceptions thrown by the Android frameworks.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AndroidException()AndroidException(Exception cause)AndroidException(String name)AndroidException(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
-
-