org.aspectj.org.eclipse.jdt.internal.compiler.lookup
Class SourceTypeCollisionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.aspectj.org.eclipse.jdt.internal.compiler.lookup.SourceTypeCollisionException
All Implemented Interfaces:
java.io.Serializable

public class SourceTypeCollisionException
extends java.lang.RuntimeException

See Also:
Serialized Form

Field Summary
 boolean afterLastAnnotationProcessingRound
          Javadoc on RoundEnvironment.processingOver() claims that types generated by last round of annotation processing should not be subject to a subsequent rounds of annotation processing.
 ICompilationUnit[] newAnnotationProcessorUnits
           
 
Constructor Summary
SourceTypeCollisionException()
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

newAnnotationProcessorUnits

public ICompilationUnit[] newAnnotationProcessorUnits

afterLastAnnotationProcessingRound

public boolean afterLastAnnotationProcessingRound
Javadoc on RoundEnvironment.processingOver() claims that types generated by last round of annotation processing should not be subject to a subsequent rounds of annotation processing. So this flag have to be added to handle last round of annotation processing gracefully.

Constructor Detail

SourceTypeCollisionException

public SourceTypeCollisionException()