Liking cljdoc? Tell your friends :D

javax.lang.model.type.MirroredTypesException

Thrown when an application attempts to access a sequence of Class objects each corresponding to a TypeMirror.

Thrown when an application attempts to access a sequence of Class objects each corresponding to a TypeMirror.
raw docstring

->mirrored-types-exceptionclj

(->mirrored-types-exception types)

Constructor.

Constructs a new MirroredTypesException for the specified types.

types - the types being accessed - java.util.List

Constructor.

Constructs a new MirroredTypesException for the specified types.

types - the types being accessed - `java.util.List`
raw docstring

get-type-mirrorsclj

(get-type-mirrors this)

Returns the type mirrors corresponding to the types being accessed. The type mirrors may be unavailable if this exception has been serialized and then read back in.

returns: the type mirrors in construction order, or null if unavailable - java.util.List<? extends javax.lang.model.type.TypeMirror>

Returns the type mirrors corresponding to the types being accessed.
 The type mirrors may be unavailable if this exception has been
 serialized and then read back in.

returns: the type mirrors in construction order, or null if unavailable - `java.util.List<? extends javax.lang.model.type.TypeMirror>`
raw docstring

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

× close