Class MissingSourceFileException

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

public class MissingSourceFileException extends RuntimeException
Exception thrown when the build should be aborted because a source file is missing/empty.
See Also:
Serialized Form
  • Field Details

    • missingSourceFile

      protected String missingSourceFile
  • Constructor Details

    • MissingSourceFileException

      public MissingSourceFileException(String missingSourceFile)