Class AbortProcessingException

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

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

    • AbortProcessingException

      AbortProcessingException()