Class AbortProcessingException

  • All Implemented Interfaces:
    java.io.Serializable

    class AbortProcessingException
    extends java.lang.RuntimeException
    Exception thrown when annotation processing should be aborted for the current class. Processing can continue on other classes. Throwing this exception does not cause a compiler error, so either one should explicitly be emitted or it should be clear that the compiler will be producing its own error for other reasons.
    • 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

      • AbortProcessingException

        AbortProcessingException()