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

/frameworks/base/core/java/android/util/
H A DAndroidRuntimeException.java22 public class AndroidRuntimeException extends RuntimeException { class in inherits:RuntimeException
23 public AndroidRuntimeException() { method in class:AndroidRuntimeException
26 public AndroidRuntimeException(String name) { method in class:AndroidRuntimeException
30 public AndroidRuntimeException(String name, Throwable cause) { method in class:AndroidRuntimeException
34 public AndroidRuntimeException(Exception cause) { method in class:AndroidRuntimeException

Completed in 22 milliseconds