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

/libcore/ojluni/src/main/java/java/lang/
H A DRuntimeException.java29 * {@code RuntimeException} is the superclass of those
33 * <p>{@code RuntimeException} and its subclasses are <em>unchecked
43 public class RuntimeException extends Exception { class in inherits:Exception
50 public RuntimeException() { method in class:RuntimeException
61 public RuntimeException(String message) { method in class:RuntimeException
79 public RuntimeException(String message, Throwable cause) { method in class:RuntimeException
95 public RuntimeException(Throwable cause) { method in class:RuntimeException
114 protected RuntimeException(String message, Throwable cause, method in class:RuntimeException

Completed in 73 milliseconds