Uses of Class
javax.lang.model.UnknownEntityException
-
Packages that use UnknownEntityException Package Description javax.lang.model.element Interfaces used to model elements of the Java programming language.javax.lang.model.type Interfaces used to model Java programming language types. -
-
Uses of UnknownEntityException in javax.lang.model.element
Subclasses of UnknownEntityException in javax.lang.model.element Modifier and Type Class Description class
UnknownAnnotationValueException
Indicates that an unknown kind of annotation value was encountered.class
UnknownDirectiveException
Indicates that an unknown kind of module directive was encountered.class
UnknownElementException
Indicates that an unknown kind of element was encountered. -
Uses of UnknownEntityException in javax.lang.model.type
Subclasses of UnknownEntityException in javax.lang.model.type Modifier and Type Class Description class
UnknownTypeException
Indicates that an unknown kind of type was encountered.
-