java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
jdk.dynalink.NoSuchDynamicMethodException
- 所有已实现的接口:
-
Serializable
在调用时抛出,如果调用站点无法由任何可用的
GuardingDynamicLinker
链接。
- 参见:
-
Constructor Summary
ConstructorDescriptionNoSuchDynamicMethodException
(String message) 创建一个新的NoSuchDynamicMethodException -
Method Summary
Methods declared in class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
NoSuchDynamicMethodException
创建一个新的NoSuchDynamicMethodException- 参数:
-
message
- 异常的消息。
-