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 classUnknownAnnotationValueExceptionIndicates that an unknown kind of annotation value was encountered.classUnknownDirectiveExceptionIndicates that an unknown kind of module directive was encountered.classUnknownElementExceptionIndicates 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 classUnknownTypeExceptionIndicates that an unknown kind of type was encountered.
-