Liking cljdoc? Tell your friends :D

javax.lang.model.type.UnknownTypeException

Indicates that an unknown kind of type was encountered. This can occur if the language evolves and new kinds of types are added to the TypeMirror hierarchy. May be thrown by a javax.lang.model.type.type visitor to indicate that the visitor was created for a prior version of the language.

Indicates that an unknown kind of type was encountered.  This can
occur if the language evolves and new kinds of types are added to
the TypeMirror hierarchy.  May be thrown by a javax.lang.model.type.type visitor to indicate that the visitor was created
for a prior version of the language.
raw docstring

->unknown-type-exceptionclj

(->unknown-type-exception t p)

Constructor.

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

t - the unknown type, may be null - javax.lang.model.type.TypeMirror p - an additional parameter, may be null - java.lang.Object

Constructor.

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

t - the unknown type, may be null - `javax.lang.model.type.TypeMirror`
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-typeclj

(get-unknown-type this)

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

returns: the unknown type, or null if unavailable - javax.lang.model.type.TypeMirror

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

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

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

× close