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.
(->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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close