Searched defs:RuntimeException (Results 1 - 6 of 6) sorted by path

/external/guice/extensions/persist/src/com/google/inject/persist/
H A DTransactional.java50 Class<? extends Exception>[] rollbackOn() default RuntimeException.class;
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
/external/sfntly/cpp/src/sfntly/port/
H A Dexception_type.h89 class RuntimeException : public Exception { class in namespace:sfntly
91 RuntimeException() throw() : Exception("Runtime exception") {} function in class:sfntly::RuntimeException
92 explicit RuntimeException(const char* message) throw() function in class:sfntly::RuntimeException
94 virtual ~RuntimeException() throw() {}

Completed in 540 milliseconds