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

/openjdk7/jdk/src/share/classes/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

Completed in 22 milliseconds