- All Implemented Interfaces:
- java.io.Serializable
class MissingTypeException
extends java.lang.RuntimeException
Exception thrown in the specific case where processing of a class was abandoned because it
required types that the class references to be present and they were not. This case is handled
specially because it is possible that those types might be generated later during annotation
processing, so we should reattempt the processing of the class in a later annotation processing
round.