Thrown when an application attempts to access the Class object corresponding to a TypeMirror.
Thrown when an application attempts to access the Class object corresponding to a TypeMirror.
(->mirrored-type-exception type)
Constructor.
Constructs a new MirroredTypeException for the specified type.
type - the type being accessed - javax.lang.model.type.TypeMirror
Constructor. Constructs a new MirroredTypeException for the specified type. type - the type being accessed - `javax.lang.model.type.TypeMirror`
(get-type-mirror this)
Returns the type mirror corresponding to the type being accessed. The type mirror may be unavailable if this exception has been serialized and then read back in.
returns: the type mirror, or null if unavailable - javax.lang.model.type.TypeMirror
Returns the type mirror corresponding to the type being accessed. The type mirror may be unavailable if this exception has been serialized and then read back in. returns: the type mirror, or null if unavailable - `javax.lang.model.type.TypeMirror`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close