public static final class Analyzer.FailureException extends Exception
Modifier and Type | Method and Description |
---|---|
int |
getOffset() |
List<Analyzer.PathElement> |
getPath() |
String |
getReason() |
void |
printPath(Writer w)
Print the path to the given stream, if there is one.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public int getOffset()
public String getReason()
public List<Analyzer.PathElement> getPath()
public void printPath(Writer w) throws IOException
IOException