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, toString
public ContentParserGenerator.Rule rule
public String[] conflict
public LoopConflictException(ContentParserGenerator.Rule rule, String[] conflict)
public String getMessage()
getMessage
in class Throwable
see also the complete user documentation .