public class UnknownAnnotationValueException extends UnknownEntityException
Constructor and Description |
---|
UnknownAnnotationValueException(AnnotationValue av, Object p)
创建一个新的
UnknownAnnotationValueException 。
|
Modifier and Type | Method and Description |
---|---|
Object |
getArgument()
返回附加参数。
|
AnnotationValue |
getUnknownAnnotationValue()
返回未知的注释值。
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public UnknownAnnotationValueException(AnnotationValue av, Object p)
UnknownAnnotationValueException
。
p
参数可用于传递附加参数,其中包含遇到未知注释值的上下文信息;
例如, AnnotationValueVisitor
的访问方法可能会传入其附加参数。
av
- 未知的注释值,可能是
null
p
- 附加参数,可以是
null
public AnnotationValue getUnknownAnnotationValue()
null
如果不可用)
public Object getArgument()
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.