|
||||||||||
| 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 | |
|---|---|
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,
IOException exception,
String encoding)
Used to surface encoding issues when reading sources |
|
| Method Summary |
|---|
| Methods inherited from class org.eclipse.jdt.internal.compiler.problem.AbortCompilation |
|---|
getKey, getMessage, updateContext, updateContext |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public String encoding
| Constructor Detail |
|---|
public AbortCompilationUnit(CompilationResult compilationResult,
CategorizedProblem problem)
public AbortCompilationUnit(CompilationResult compilationResult,
IOException exception,
String encoding)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||