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 and Description class
UnknownAnnotationValueException
Indicates that an unknown kind of annotation value 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 and Description class
UnknownTypeException
Indicates that an unknown kind of type was encountered.
-
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2022, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.