public class BootstrapMethodError extends LinkageError
invokedynamic instruction has failed to find its bootstrap method, or the bootstrap method has failed to provide a
call site with a
target of the correct
method type.
| Constructor and Description |
|---|
BootstrapMethodError()
Constructs a
BootstrapMethodError with no detail message.
|
BootstrapMethodError(String
Constructs a
BootstrapMethodError with the specified detail message.
|
BootstrapMethodError(String
Constructs a
BootstrapMethodError with the specified detail message and cause.
|
BootstrapMethodError(Throwable
Constructs a
BootstrapMethodError with the specified cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BootstrapMethodError()
BootstrapMethodError with no detail message.
public BootstrapMethodError(Strings)
BootstrapMethodError with the specified detail message.
s - the detail message.
public BootstrapMethodError(Strings, Throwable cause)
BootstrapMethodError with the specified detail message and cause.
s - the detail message.
cause - the cause, may be
null.
public BootstrapMethodError(Throwablecause)
BootstrapMethodError with the specified cause.
cause - the cause, may be
null.