|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.eclipse.jdt.internal.compiler.problem.AbortCompilation
org.eclipse.jdt.internal.compiler.problem.AbortCompilationUnit
public class AbortCompilationUnit
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 |
---|
public java.lang.String encoding
Constructor Detail |
---|
public AbortCompilationUnit(CompilationResult compilationResult, CategorizedProblem problem)
public AbortCompilationUnit(CompilationResult compilationResult, java.io.IOException exception, java.lang.String encoding)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |