public static class GenericParseContext.ParseProblem extends Exception
| Constructor and Description |
|---|
GenericParseContext.ParseProblem(int kind,
int offset,
int endoffset,
String message,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEndOffset() |
int |
getKind() |
int |
getOffset() |
String |
getSource() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic int getKind()
public int getOffset()
public int getEndOffset()
public String getSource()
Copyright © 2014. All rights reserved.