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

/frameworks/support/v4/java/android/support/v4/app/
H A DSuperNotCalledException.java21 final class SuperNotCalledException extends AndroidRuntimeException { class in inherits:AndroidRuntimeException
22 public SuperNotCalledException(String msg) { method in class:SuperNotCalledException
/frameworks/base/core/java/android/app/
H A DActivityThread.java121 final class SuperNotCalledException extends AndroidRuntimeException { class in inherits:AndroidRuntimeException
122 public SuperNotCalledException(String msg) { method in class:SuperNotCalledException
2146 throw new SuperNotCalledException(
2165 throw new SuperNotCalledException(
2175 } catch (SuperNotCalledException e) {
2262 throw new SuperNotCalledException(
2267 } catch (SuperNotCalledException e) {
3006 throw new SuperNotCalledException(
3011 } catch (SuperNotCalledException e) {
3347 throw new SuperNotCalledException(
[all...]

Completed in 58 milliseconds