Save This Page
Home » openjdk-7 » javax.lang » model » type » [javadoc | source]
javax.lang.model.type
public class: MirroredTypesException [javadoc | source]
java.lang.Object
   java.lang.Throwable
      java.lang.Exception
         java.lang.RuntimeException
            javax.lang.model.type.MirroredTypesException

All Implemented Interfaces:
    Serializable

Thrown when an application attempts to access a sequence of Class objects each corresponding to a TypeMirror .
Fields inherited from java.lang.RuntimeException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public MirroredTypesException(List types) 
    Constructs a new MirroredTypesException for the specified types.
    Parameters:
    types - the types being accessed
Method from javax.lang.model.type.MirroredTypesException Summary:
getTypeMirrors
Methods from java.lang.Throwable:
fillInStackTrace,   getCause,   getLocalizedMessage,   getMessage,   getStackTrace,   initCause,   printStackTrace,   printStackTrace,   printStackTrace,   setStackTrace,   toString
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from javax.lang.model.type.MirroredTypesException Detail:
 public List getTypeMirrors() 
    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.