Searched refs:BootstrapMethodError (Results 1 – 6 of 6) sorted by relevance
34 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()
42 public class BootstrapMethodError extends LinkageError { class49 public BootstrapMethodError() { in BootstrapMethodError() method in BootstrapMethodError59 public BootstrapMethodError(String s) { in BootstrapMethodError() method in BootstrapMethodError70 public BootstrapMethodError(String s, Throwable cause) { in BootstrapMethodError() method in BootstrapMethodError80 public BootstrapMethodError(Throwable cause) { in BootstrapMethodError() method in BootstrapMethodError
258 throw new BootstrapMethodError( in resolveConstantDesc()272 throw new BootstrapMethodError(t); in resolveConstantDesc()
123 "ojluni/src/main/java/java/lang/BootstrapMethodError.java",
128 …src/main/java/java/lang/BootstrapMethodError.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes…
2359 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);