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, toString
public 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 Throwable
see also the complete user documentation .