invokedynamic
instruction or a dynamic
constant failed to resolve its bootstrap method and arguments,
or for invokedynamic
instruction the bootstrap method has failed to
provide a
call site with a
target
of the correct method type,
or for a dynamic constant the bootstrap method has failed to provide a
constant value of the required type.
Modifier and Type | Field and Description |
---|---|
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | BootstrapMethodError(String
the detail message. s)Constructs a |
public | BootstrapMethodError(String
the detail message. s, Throwable the cause, may be cause)null .Constructs a |
public | BootstrapMethodError(Throwable
the cause, may be cause)null .Constructs a |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID Hides java. |
BootstrapMethodError | back to summary |
---|---|
public BootstrapMethodError() Constructs a |
BootstrapMethodError | back to summary |
---|---|
public BootstrapMethodError(String s) Constructs a
|
BootstrapMethodError | back to summary |
---|---|
public BootstrapMethodError(String s, Throwable cause) Constructs a |
BootstrapMethodError | back to summary |
---|---|
public BootstrapMethodError(Throwable cause) Constructs a
|