Searched refs:RuntimeException (Results 1 - 25 of 5938) sorted by relevance

1234567891011>>

/openjdk10/langtools/test/tools/javac/
H A DInitializerCompletion_1.java35 throw new RuntimeException();
H A DInitializerCompletion_3.java35 throw new RuntimeException();
H A DInitializerCompletion_2.java38 throw new RuntimeException();
H A DInitializerCompletion_4.java38 throw new RuntimeException();
/openjdk10/jdk/test/java/lang/instrument/
H A DRedefineMethodInBacktraceTarget_2.java30 throw new RuntimeException("Test exception 2");
34 throw new RuntimeException("Test exception 2 in callMethodToDelete");
H A DRedefineMethodInBacktraceTarget.java30 throw new RuntimeException("Test exception");
38 throw new RuntimeException("Test exception in methodToDelete");
/openjdk10/langtools/test/jdk/javadoc/doclet/testThrowsTag/pkg/
H A DT1.java26 public class T1 extends RuntimeException {}
H A DT2.java26 public class T2 extends RuntimeException {}
H A DT3.java26 public class T3 extends RuntimeException {}
H A DT4.java26 public class T4 extends RuntimeException {}
/openjdk10/jdk/test/java/io/StringReader/
H A DSkip.java37 throw new RuntimeException("skip(3) failed");
39 throw new RuntimeException("post skip read failure");
43 throw new RuntimeException("skip(-2) failed");
45 throw new RuntimeException("read failed after negative skip");
49 throw new RuntimeException("skip(-6) failed");
51 throw new RuntimeException("read after skip past beginning failed");
55 throw new RuntimeException("skip(30) failed");
57 throw new RuntimeException("read at EOF failed");
61 throw new RuntimeException("skip(30) failed");
63 throw new RuntimeException("ski
[all...]
/openjdk10/jdk/test/com/sun/tools/attach/
H A DBadAgent.java33 throw new RuntimeException("Something bad happened - Bye!");
/openjdk10/jdk/test/java/util/ServiceLoader/badproviders/throwsexception/
H A DProvider.java32 throw new RuntimeException();
/openjdk10/langtools/test/tools/javac/6996626/pack1/
H A DSymbol.java27 public static class CompletionFailure extends RuntimeException { }
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/util/
H A DPropagatedException.java38 public class PropagatedException extends RuntimeException {
42 public PropagatedException(RuntimeException cause) {
47 public RuntimeException getCause() {
48 return (RuntimeException)super.getCause();
/openjdk10/langtools/test/tools/jdeps/mrjar/v9/p/
H A DFoo.java29 throw new RuntimeException();
/openjdk10/jdk/test/java/lang/String/
H A DNonCharacterMapping.java39 throw new RuntimeException();
42 throw new RuntimeException();
45 throw new RuntimeException();
48 throw new RuntimeException();
51 throw new RuntimeException();
54 throw new RuntimeException();
57 throw new RuntimeException();
60 throw new RuntimeException();
63 throw new RuntimeException();
66 throw new RuntimeException();
[all...]
/openjdk10/jdk/src/java.base/share/classes/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
/openjdk10/jdk/test/java/lang/Double/
H A DToString.java35 throw new RuntimeException("Double.toString(0.001) is not \"0.001\"");
37 throw new RuntimeException("Double.toString(0.001) is not \"0.002\"");
/openjdk10/jdk/test/java/lang/Short/
H A DByteSwap.java34 throw new RuntimeException("short");
37 throw new RuntimeException("char");
/openjdk10/jdk/test/javax/imageio/
H A DReadBitsTest.java45 throw new RuntimeException("Initial bit offset != 0!");
50 throw new RuntimeException("First bit != 1");
53 throw new RuntimeException("Second bit offset != 1");
58 throw new RuntimeException("Bits 1-5 != 10 (= " + bits1 + ")");
61 throw new RuntimeException("Third bit offset != 6");
66 throw new RuntimeException("Bit 6 != 0");
69 throw new RuntimeException("Third bit offset != 7");
74 throw new RuntimeException("Bits 7-14 != 170 (= " + bits2 + ")");
77 throw new RuntimeException("Fourth bit offset != 7");
82 throw new RuntimeException("Bi
[all...]
/openjdk10/jdk/src/java.base/share/classes/sun/reflect/generics/reflectiveObjects/
H A DNotImplementedException.java29 public class NotImplementedException extends RuntimeException {
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/undo/
H A DCannotRedoException.java42 public class CannotRedoException extends RuntimeException {
H A DCannotUndoException.java43 public class CannotUndoException extends RuntimeException {
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/tools/internal/xjc/
H A DAbortException.java40 public class AbortException extends RuntimeException {

Completed in 291 milliseconds

1234567891011>>