public static class Symbol.CompletionFailure extends RuntimeException
Modifier and Type | Field and Description |
---|---|
JCDiagnostic |
diag
A diagnostic object describing the failure
|
String |
errmsg
Deprecated.
Use
getDetail() or getMessage() |
Symbol |
sym |
Constructor and Description |
---|
CompletionFailure(Symbol sym,
JCDiagnostic diag) |
CompletionFailure(Symbol sym,
String errmsg) |
Modifier and Type | Method and Description |
---|---|
Object |
getDetailValue() |
JCDiagnostic |
getDiagnostic() |
String |
getMessage() |
Symbol.CompletionFailure |
initCause(Throwable cause) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public Symbol sym
public JCDiagnostic diag
@Deprecated public String errmsg
getDetail()
or getMessage()
public CompletionFailure(Symbol sym, JCDiagnostic diag)
public JCDiagnostic getDiagnostic()
public String getMessage()
getMessage
in class Throwable
public Object getDetailValue()
public Symbol.CompletionFailure initCause(Throwable cause)
Copyright © 2017 earcam. All rights reserved.