Uses of Class
org.symphonyoss.s2.canon.parser.error.ParserError
-
Packages that use ParserError Package Description org.symphonyoss.s2.canon.parser org.symphonyoss.s2.canon.parser.error -
-
Uses of ParserError in org.symphonyoss.s2.canon.parser
Methods in org.symphonyoss.s2.canon.parser that return types with arguments of type ParserError Modifier and Type Method Description List<ParserError>BaseParserContext. getErrors()Methods in org.symphonyoss.s2.canon.parser with parameters of type ParserError Modifier and Type Method Description voidBaseParserContext. raise(ParserError error)voidRootParserContext. raise(ParserError error) -
Uses of ParserError in org.symphonyoss.s2.canon.parser.error
Subclasses of ParserError in org.symphonyoss.s2.canon.parser.error Modifier and Type Class Description classArraysRequireElementsErrorclassOnlyOneAllowedErrorclassRequiredItemMissingErrorclassUnexpectedTypeError
-