Package eu.bandm.tools.tdom
Class ContentParserGenerator.ChoiceConflictException
java.lang.Object
java.lang.Throwable
java.lang.Exception
eu.bandm.tools.tdom.ContentParserGenerator.RuleException
eu.bandm.tools.tdom.ContentParserGenerator.ChoiceConflictException
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ContentParserGenerator
public static class ContentParserGenerator.ChoiceConflictException
extends ContentParserGenerator.RuleException
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionChoiceConflictException
(ContentParserGenerator.Choice rule, String[] conflict, int alt1, int alt2) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
rule
-
conflict
-
alt1
public int alt1 -
alt2
public int alt2
-
-
Constructor Details
-
ChoiceConflictException
public ChoiceConflictException(ContentParserGenerator.Choice rule, String[] conflict, int alt1, int alt2)
-
-
Method Details
-
getMessage
- Overrides:
getMessage
in classThrowable
-