Class UnknownTypeException

java.lang.Object
All Implemented Interfaces:
Serializable

public class UnknownTypeException extends UnknownEntityException
Indicates that an unknown kind of type was encountered. This can occur if the language evolves and new kinds of types are added to the TypeMirror hierarchy. May be thrown by a type visitor to indicate that the visitor was created for a prior version of the language.
Since:
1.6
See Also: