public class BootstrapMethodError extends LinkageError
| Constructor and Description |
|---|
BootstrapMethodError()
创建一个不含详细信息
BootstrapMethodError。
|
BootstrapMethodError(String s)
创建一个指定详细信息的
BootstrapMethodError。
|
BootstrapMethodError(String s, Throwable cause)
创建一个指定详细信息和原因
BootstrapMethodError。
|
BootstrapMethodError(Throwable cause)
构建一个与指定的原因
BootstrapMethodError。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic BootstrapMethodError()
BootstrapMethodError。
public BootstrapMethodError(String s)
BootstrapMethodError。
s -详细信息。
public BootstrapMethodError(String s, Throwable cause)
BootstrapMethodError。
s -详细信息。
cause -的原因,可能是
null。
public BootstrapMethodError(Throwable cause)
BootstrapMethodError。
cause -的原因,可能是
null。
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2014, Oracle and/or its affiliates. All rights reserved.