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

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
                      extended by org.eclipse.jdt.internal.compiler.problem.AbortType
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AbortMethod

public class AbortType
extends AbortCompilationUnit

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit
encoding
 
Fields inherited from class org.eclipse.jdt.internal.compiler.problem.AbortCompilation
compilationResult, exception, isSilent, problem, silentException
 
Constructor Summary
AbortType(CompilationResult compilationResult, CategorizedProblem problem)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbortType

public AbortType(CompilationResult compilationResult,
                 CategorizedProblem problem)