Liking cljdoc? Tell your friends :D

javax.lang.model.element.UnknownAnnotationValueException

Indicates that an unknown kind of annotation value was encountered. This can occur if the language evolves and new kinds of annotation values can be stored in an annotation. May be thrown by an javax.lang.model.element.annotation value visitor to indicate that the visitor was created for a prior version of the language.

Indicates that an unknown kind of annotation value was encountered.
This can occur if the language evolves and new kinds of annotation
values can be stored in an annotation.  May be thrown by an
javax.lang.model.element.annotation value visitor to
indicate that the visitor was created for a prior version of the
language.
raw docstring

->unknown-annotation-value-exceptionclj

(->unknown-annotation-value-exception av p)

Constructor.

Creates a new UnknownAnnotationValueException. The p parameter may be used to pass in an additional argument with information about the context in which the unknown annotation value was encountered; for example, the visit methods of AnnotationValueVisitor may pass in their additional parameter.

av - the unknown annotation value, may be null - javax.lang.model.element.AnnotationValue p - an additional parameter, may be null - java.lang.Object

Constructor.

Creates a new UnknownAnnotationValueException.  The
 p parameter may be used to pass in an additional
 argument with information about the context in which the
 unknown annotation value was encountered; for example, the
 visit methods of AnnotationValueVisitor may pass in
 their additional parameter.

av - the unknown annotation value, may be null - `javax.lang.model.element.AnnotationValue`
p - an additional parameter, may be null - `java.lang.Object`
raw docstring

get-argumentclj

(get-argument this)

Returns the additional argument.

returns: the additional argument - java.lang.Object

Returns the additional argument.

returns: the additional argument - `java.lang.Object`
raw docstring

get-unknown-annotation-valueclj

(get-unknown-annotation-value this)

Returns the unknown annotation value. The value may be unavailable if this exception has been serialized and then read back in.

returns: the unknown element, or null if unavailable - javax.lang.model.element.AnnotationValue

Returns the unknown annotation value.
 The value may be unavailable if this exception has been
 serialized and then read back in.

returns: the unknown element, or null if unavailable - `javax.lang.model.element.AnnotationValue`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close