- 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.