|
Java™ Platform Standard Ed. 7 DRAFT ea-b76 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Error
java.lang.LinkageError
java.dyn.InvokeDynamicBootstrapError
public class InvokeDynamicBootstrapError extends LinkageError
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 and Description |
|---|
InvokeDynamicBootstrapError()
Constructs a InvokeDynamicBootstrapError with no detail message. |
InvokeDynamicBootstrapError(String s)
Constructs a InvokeDynamicBootstrapError with the specified
detail message. |
| Modifier and Type | Method and Description |
|---|
| 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.
|
Java™ Platform Standard Ed. 7 DRAFT ea-b76 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Copyright 2009 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.