Class MissingTypeException

  • 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.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MissingTypeException

        MissingTypeException()