Uses of Class
com.ben12.reta.api.RETAParseException
Packages that use RETAParseException
-
Uses of RETAParseException in com.ben12.reta.api
Methods in com.ben12.reta.api that throw RETAParseExceptionModifier and TypeMethodDescriptionvoidRETAParser.parseSource(RequirementSourceManager manager) Parse the source and usemanagerfor add requirements and references found.voidRETAParser.parseSourcePreview(RequirementSourceManager manager, StringBuilder output, int limit) Parse the source and usemanagerfor add requirements and references found.
Print the requirement source parsed inoutputand stop parsing when limit is reached.