runtimeexception
- Ejemplos
Si una app intenta acceder a datos de un objeto Bundle, pero no tiene acceso a la clase empaquetada o serializada, el sistema arroja un RuntimeException. | If an app attempts to access data in a Bundle object but does not have access to the parceled or serialized class, the system raises a RuntimeException. |
Atrape RuntimeException y excepciones marcadas individualmente. | Catch RuntimeException and checked exceptions individually. |
