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:
Serializable
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 -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
AbortProcessingException
AbortProcessingException()
-