Class OnlyOneAllowedError
- java.lang.Object
-
- org.symphonyoss.s2.canon.parser.error.ParserProblem
-
- org.symphonyoss.s2.canon.parser.error.ParserError
-
- org.symphonyoss.s2.canon.parser.error.OnlyOneAllowedError
-
public class OnlyOneAllowedError extends ParserError
-
-
Constructor Summary
Constructors Constructor Description OnlyOneAllowedError(ParserContext a, ParserContext b)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ParserContextgetA()ParserContextgetB()-
Methods inherited from class org.symphonyoss.s2.canon.parser.error.ParserProblem
getLocation, getMessage, setLocation, toString
-
-
-
-
Constructor Detail
-
OnlyOneAllowedError
public OnlyOneAllowedError(ParserContext a, ParserContext b)
-
-
Method Detail
-
getA
public ParserContext getA()
-
getB
public ParserContext getB()
-
-