Searched refs:BootstrapMethodError (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/lang/
H A DBootstrapMethodError.java38 public class BootstrapMethodError extends LinkageError { class in inherits:LinkageError
42 * Constructs a {@code BootstrapMethodError} with no detail message.
44 public BootstrapMethodError() { method in class:BootstrapMethodError
49 * Constructs a {@code BootstrapMethodError} with the specified
54 public BootstrapMethodError(String s) { method in class:BootstrapMethodError
59 * Constructs a {@code BootstrapMethodError} with the specified
65 public BootstrapMethodError(String s, Throwable cause) { method in class:BootstrapMethodError
70 * Constructs a {@code BootstrapMethodError} with the specified
75 public BootstrapMethodError(Throwable cause) { method in class:BootstrapMethodError
/libcore/
H A Dopenjdk_java_files.mk117 ojluni/src/main/java/java/lang/BootstrapMethodError.java \

Completed in 562 milliseconds