|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Error java.lang.LinkageError java.dyn.InvokeDynamicBootstrapError
public class InvokeDynamicBootstrapError
Disabled: no SafeJ information.
Thrown to indicate that an invokedynamic
instruction has
failed to find its bootstrap method, or the bootstrap method has
failed to provide a call site with a non-null target.
The boostrap method must have been declared during a class's initialization
by a call to Linkage.registerBootstrapMethod(java.lang.Class, java.dyn.MethodHandle)
.
Constructor Summary | |
---|---|
InvokeDynamicBootstrapError()
Constructs a InvokeDynamicBootstrapError with no detail message. |
|
InvokeDynamicBootstrapError(String s)
Constructs a InvokeDynamicBootstrapError with the specified
detail message. |
|
InvokeDynamicBootstrapError(String s,
Throwable cause)
Constructs a InvokeDynamicBootstrapError with the specified
detail message and cause. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InvokeDynamicBootstrapError()
InvokeDynamicBootstrapError
with no detail message.
public InvokeDynamicBootstrapError(String s)
InvokeDynamicBootstrapError
with the specified
detail message.
s
- the detail message.public InvokeDynamicBootstrapError(String s, Throwable cause)
InvokeDynamicBootstrapError
with the specified
detail message and cause.
s
- the detail message.cause
- the cause.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |