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

All Implemented Interfaces:
    Serializable

Thrown when an application attempts to access the Class object corresponding to a TypeMirror .
Fields inherited from java.lang.RuntimeException:
serialVersionUID
Fields inherited from java.lang.Exception:
serialVersionUID
Constructor:
 public MirroredTypeException(TypeMirror type) 
    Constructs a new MirroredTypeException for the specified type.
    Parameters:
    type - the type being accessed
Method from javax.lang.model.type.MirroredTypeException Summary:
getTypeMirror
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.MirroredTypeException Detail:
 public TypeMirror getTypeMirror() 
    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.