Uses of Class
org.symphonyoss.s2.canon.parser.ParsingException
-
Packages that use ParsingException Package Description org.symphonyoss.s2.canon.parser -
-
Uses of ParsingException in org.symphonyoss.s2.canon.parser
Subclasses of ParsingException in org.symphonyoss.s2.canon.parser Modifier and Type Class Description classSchemaValidationExceptionMethods in org.symphonyoss.s2.canon.parser that throw ParsingException Modifier and Type Method Description voidModelSetParserContext. addGenerationSource(File file)voidModelSetParserContext. addGenerationSource(URL baseUrl, Reader reader)RootParserContextModelSetParserContext. addReferencedModel(URL url)RootParserContextRootParserContext. addReferencedModel(URI uri, ParserContext context)com.github.fge.jsonschema.main.JsonSchemaParser. getJsonSchemaFromClasspath(String name)ModelParser. parse(RootParserContext rootParserContext)ModelModelSetParserContext. parseOneModel()voidModelSetParserContext. process(Map<String,String> uriMap)Parse, validate and generate for all source inputs.Constructors in org.symphonyoss.s2.canon.parser that throw ParsingException Constructor Description Parser()RootParserContext(ModelSetParserContext modelSetParserContext, URL url, boolean referencedModel)RootParserContext(ModelSetParserContext modelSetParserContext, URL baseUrl, Reader inputStream, boolean referencedModel)
-