public static final class Analyzer.FailureException
extends java.lang.Exception
| Modifier and Type | Method and Description |
|---|---|
int |
getOffset() |
java.util.List<Analyzer.PathElement> |
getPath() |
java.lang.String |
getReason() |
void |
printPath(java.io.Writer w)
Print the path to the given stream, if there is one.
|
public int getOffset()
public java.lang.String getReason()
public java.util.List<Analyzer.PathElement> getPath()
public void printPath(java.io.Writer w)
throws java.io.IOException
java.io.IOException