Home
last modified time | relevance | path

Searched refs:BootstrapMethodError (Results 1 – 6 of 6) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
DBootstrapMethodErrorTest.java34 BootstrapMethodError error = new BootstrapMethodError(); in constructor()
42 BootstrapMethodError error = new BootstrapMethodError(errorMessage); in constructorLString()
50 BootstrapMethodError error = new BootstrapMethodError((String) null); in constructorLString_withNull()
59 BootstrapMethodError error = new BootstrapMethodError(errorMessage, cause); in constructorLString_LThrowable()
68 BootstrapMethodError error = new BootstrapMethodError(null, cause); in constructorLString_LThrowable_nullMessage()
76 BootstrapMethodError error = new BootstrapMethodError(errorMessage, null /* cause */); in constructorLString_LThrowable_nullCause()
84 BootstrapMethodError error = new BootstrapMethodError(null, null); in constructorLString_LThrowable_bothArgumentsNull()
93 BootstrapMethodError error = new BootstrapMethodError(cause); in constructorLThrowable()
101 BootstrapMethodError error = new BootstrapMethodError((Throwable) null /* cause */); in constructorLThrowable_withNull()
/libcore/ojluni/src/main/java/java/lang/
DBootstrapMethodError.java42 public class BootstrapMethodError extends LinkageError { class
49 public BootstrapMethodError() { in BootstrapMethodError() method in BootstrapMethodError
59 public BootstrapMethodError(String s) { in BootstrapMethodError() method in BootstrapMethodError
70 public BootstrapMethodError(String s, Throwable cause) { in BootstrapMethodError() method in BootstrapMethodError
80 public BootstrapMethodError(Throwable cause) { in BootstrapMethodError() method in BootstrapMethodError
/libcore/ojluni/src/main/java/java/lang/constant/
DDynamicConstantDesc.java258 throw new BootstrapMethodError( in resolveConstantDesc()
272 throw new BootstrapMethodError(t); in resolveConstantDesc()
/libcore/
Dopenjdk_java_files.bp123 "ojluni/src/main/java/java/lang/BootstrapMethodError.java",
DEXPECTED_UPSTREAM128 …src/main/java/java/lang/BootstrapMethodError.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
/libcore/api/
Dcurrent.txt2359 public class BootstrapMethodError extends java.lang.LinkageError {
2360 ctor public BootstrapMethodError();
2361 ctor public BootstrapMethodError(String);
2362 ctor public BootstrapMethodError(String, Throwable);
2363 ctor public BootstrapMethodError(Throwable);