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, ReceiverCallNotAllowedException
public class AndroidRuntimeException
- extends RuntimeException
Base class for all unchecked exceptions thrown by the Android frameworks.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
AndroidRuntimeException
public AndroidRuntimeException()
AndroidRuntimeException
public AndroidRuntimeException(String name)
AndroidRuntimeException
public AndroidRuntimeException(Exception cause)
Please submit a feedback, bug or feature