langtools/src/share/classes/javax/lang/model/type/ErrorType.java
changeset 1257 873b053bf757
parent 10 06bc494ca11e
child 1264 076a3cde30d5
equal deleted inserted replaced
1209:add7eef3ce4a 1257:873b053bf757
    23  * have any questions.
    23  * have any questions.
    24  */
    24  */
    25 
    25 
    26 package javax.lang.model.type;
    26 package javax.lang.model.type;
    27 
    27 
    28 
       
    29 import javax.lang.model.element.TypeElement;
       
    30 
       
    31 
       
    32 /**
    28 /**
    33  * Represents a class or interface type that cannot be properly modeled.
    29  * Represents a class or interface type that cannot be properly modeled.
    34  * This may be the result of a processing error,
    30  * This may be the result of a processing error,
    35  * such as a missing class file or erroneous source code.
    31  * such as a missing class file or erroneous source code.
    36  * Most queries for
    32  * Most queries for