Package com.google.auto.value.processor
Class AbortProcessingException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.google.auto.value.processor.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.
-
-
Constructor Summary
Constructors Constructor Description AbortProcessingException()
-