org.aspectj.org.eclipse.jdt.internal.core.builder
Class AbortIncrementalBuildException

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.core.builder.AbortIncrementalBuildException
All Implemented Interfaces:
java.io.Serializable

public class AbortIncrementalBuildException
extends java.lang.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:
Serialized Form

Field Summary
protected  java.lang.String qualifiedTypeName
           
 
Constructor Summary
AbortIncrementalBuildException(java.lang.String qualifiedTypeName)
           
 
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

qualifiedTypeName

protected java.lang.String qualifiedTypeName
Constructor Detail

AbortIncrementalBuildException

public AbortIncrementalBuildException(java.lang.String qualifiedTypeName)