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

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

public class MissingSourceFileException
extends java.lang.RuntimeException

Exception thrown when the build should be aborted because a source file is missing/empty.

See Also:
Serialized Form

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

missingSourceFile

protected java.lang.String missingSourceFile
Constructor Detail

MissingSourceFileException

public MissingSourceFileException(java.lang.String missingSourceFile)