Top Description Fields Constructors
javax.lang.model

public Class UnknownEntityException

extends RuntimeException
Class Inheritance
Known Direct Subclasses
javax.lang.model.element.UnknownAnnotationValueException, javax.lang.model.element.UnknownDirectiveException, javax.lang.model.element.UnknownElementException, javax.lang.model.type.UnknownTypeException

Superclass of exceptions which indicate that an unknown kind of entity was encountered. This situation can occur if the language evolves and new kinds of constructs are introduced. Subclasses of this exception may be thrown by visitors to indicate that the visitor was created for a prior version of the language.
Since
1.7
See Also
javax.lang.model.element.UnknownElementException, javax.lang.model.element.UnknownAnnotationValueException, javax.lang.model.type.UnknownTypeException

Field Summary

Modifier and TypeField and Description
private static final long

Constructor Summary

AccessConstructor and Description
protected
UnknownEntityException(String
the detail message
message
)

Creates a new UnknownEntityException with the specified detail message.

Field Detail

serialVersionUIDback to summary
private static final long serialVersionUID

Hides java.lang.RuntimeException.serialVersionUID.

Constructor Detail

UnknownEntityExceptionback to summary
protected UnknownEntityException(String message)

Creates a new UnknownEntityException with the specified detail message.

Parameters
message:String

the detail message