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