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

/openjdk10/langtools/test/tools/javac/annotations/typeAnnotations/newlocations/
H A DThrows.java35 void twoExceptions() throws @A RuntimeException, @A Exception {} field in class:DefaultUnmodified
40 public final void twoExceptions(String a) throws @A RuntimeException, @A Exception {} field in class:PublicModified
45 void twoExceptions() throws @B(value="m") RuntimeException, @A Exception {} field in class:WithValue
/openjdk10/jdk/src/java.base/share/classes/java/lang/
H A DRuntimeException.java43 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
/openjdk10/langtools/test/jdk/javadoc/doclet/testTypeAnnotations/typeannos/
H A DThrows.java33 void twoExceptions() throws @ThrA RuntimeException, @ThrA Exception {} field in class:ThrDefaultUnmodified
38 public final void twoExceptions(String a) throws @ThrA RuntimeException, @ThrA Exception {} field in class:ThrPublicModified
43 void twoExceptions() throws @ThrB("m") RuntimeException, @ThrA Exception {} field in class:ThrWithValue
/openjdk10/hotspot/test/runtime/8007320/
H A DConstMethodTest.java106 throws @TypeAnno("RE") @TypeAnno2("RE2") RuntimeException, field in class:ConstMethodTest
/openjdk10/jdk/test/java/lang/annotation/
H A DTypeAnnotationReflection.java620 public Object foo() throws @TypeAnno("RE") @TypeAnno2("RE2") RuntimeException, field in class:TestClassException

Completed in 103 milliseconds