public class MalformedParametersException extends RuntimeException
the java.lang.reflect package
尝试从类文件中读取方法参数并确定一个或多个参数格式错误时抛出。
以下是可以抛出此异常的条件列表:
Executable.getParameters()
以获取更多信息。
Executable.getParameters()
,
Serialized Form
Constructor and Description |
---|
MalformedParametersException()
创建一个空的原因
MalformedParametersException 。
|
MalformedParametersException(String reason)
创建一个
MalformedParametersException 。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public MalformedParametersException()
MalformedParametersException
。
public MalformedParametersException(String reason)
MalformedParametersException
。
reason
-
reason
的原因。
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.