Liking cljdoc? Tell your friends :D

javax.lang.model.type.MirroredTypeException

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.
raw docstring

->mirrored-type-exceptionclj

(->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`
raw docstring

get-type-mirrorclj

(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`
raw docstring

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

× close