org.eclipse.jdt.internal.compiler.problem
Class AbortCompilationUnit

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.eclipse.jdt.internal.compiler.problem.AbortCompilation
                  extended by org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbortType

public class AbortCompilationUnit
extends AbortCompilation

See Also:
Serialized Form

Field Summary
 java.lang.String encoding
           
 
Fields inherited from class org.eclipse.jdt.internal.compiler.problem.AbortCompilation
compilationResult, exception, isSilent, problem, silentException
 
Constructor Summary
AbortCompilationUnit(CompilationResult compilationResult, CategorizedProblem problem)
           
AbortCompilationUnit(CompilationResult compilationResult, java.io.IOException exception, java.lang.String encoding)
          Used to surface encoding issues when reading sources
 
Method Summary
 
Methods inherited from class org.eclipse.jdt.internal.compiler.problem.AbortCompilation
updateContext, updateContext
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

encoding

public java.lang.String encoding
Constructor Detail

AbortCompilationUnit

public AbortCompilationUnit(CompilationResult compilationResult,
                            CategorizedProblem problem)

AbortCompilationUnit

public AbortCompilationUnit(CompilationResult compilationResult,
                            java.io.IOException exception,
                            java.lang.String encoding)
Used to surface encoding issues when reading sources