Home
last modified time | relevance | path

Searched defs:RuntimeException (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
DRuntimeException.java43 public class RuntimeException extends Exception { class
50 public RuntimeException() { in RuntimeException() method in RuntimeException
61 public RuntimeException(String message) { in RuntimeException() method in RuntimeException
79 public RuntimeException(String message, Throwable cause) { in RuntimeException() method in RuntimeException
95 public RuntimeException(Throwable cause) { in RuntimeException() method in RuntimeException
114 protected RuntimeException(String message, Throwable cause, in RuntimeException() method in RuntimeException