Searched defs:SuperNotCalledException (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/app/
H A DActivityThread.java97 final class SuperNotCalledException extends AndroidRuntimeException { class in inherits:AndroidRuntimeException
98 public SuperNotCalledException(String msg) { method in class:SuperNotCalledException
1613 throw new SuperNotCalledException(
1632 throw new SuperNotCalledException(
1642 } catch (SuperNotCalledException e) {
1687 throw new SuperNotCalledException(
1692 } catch (SuperNotCalledException e) {
2344 throw new SuperNotCalledException(
2349 } catch (SuperNotCalledException e) {
2559 throw new SuperNotCalledException(
[all...]

Completed in 48 milliseconds