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

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

public class AbortMethod
extends AbortType

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
AbortMethod(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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AbortMethod

public AbortMethod(CompilationResult compilationResult,
                   CategorizedProblem problem)