Searched defs:RuntimeException (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jdk/src/share/classes/java/lang/ | ||
H A D | RuntimeException.java | 29 * {@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 660 milliseconds