Class AbortIncrementalBuildException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.aspectj.org.eclipse.jdt.internal.core.builder.AbortIncrementalBuildException
All Implemented Interfaces:
Serializable

public class AbortIncrementalBuildException extends RuntimeException
Exception thrown when an incremental builder cannot find a .class file. Its possible the type can no longer be found because it was renamed inside its existing source file.
See Also: