Class MissingTypeException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.google.auto.value.processor.MissingTypeException
All Implemented Interfaces:
Serializable

class MissingTypeException extends 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.
  • Constructor Details

    • MissingTypeException

      MissingTypeException()