public static class ContentParserGenerator.ChoiceConflictException extends ContentParserGenerator.RuleException
| Modifier and Type | Field and Description |
|---|---|
int |
alt1 |
int |
alt2 |
String[] |
conflict |
ContentParserGenerator.Choice |
rule |
| Constructor and Description |
|---|
ChoiceConflictException(ContentParserGenerator.Choice rule,
String[] conflict,
int alt1,
int alt2) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ContentParserGenerator.Choice rule
public String[] conflict
public int alt1
public int alt2
public ChoiceConflictException(ContentParserGenerator.Choice rule, String[] conflict, int alt1, int alt2)
public String getMessage()
getMessage in class Throwablesee also the complete user documentation .