Package com.google.auto.value.processor
Class MissingTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.auto.value.processor.MissingTypeException
- All Implemented Interfaces:
Serializable
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.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
MissingTypeException
MissingTypeException()
-