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

/openjdk9/hotspot/test/runtime/8007320/
H A DConstMethodTest.java106 throws @TypeAnno("RE") @TypeAnno2("RE2") RuntimeException, field in class:ConstMethodTest
/openjdk9/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
/openjdk9/jdk/test/java/lang/annotation/
H A DTypeAnnotationReflection.java620 public Object foo() throws @TypeAnno("RE") @TypeAnno2("RE2") RuntimeException, field in class:TestClassException
/openjdk9/langtools/test/com/sun/javadoc/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(value="m") RuntimeException, @ThrA Exception {} field in class:ThrWithValue
/openjdk9/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
/openjdk9/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

Completed in 235 milliseconds