Uses of Class
com.google.auto.value.processor.escapevelocity.ParseException
-
Packages that use ParseException Package Description com.google.auto.value.processor.escapevelocity -
-
Uses of ParseException in com.google.auto.value.processor.escapevelocity
Methods in com.google.auto.value.processor.escapevelocity that return ParseException Modifier and Type Method Description private ParseException
Parser. parseException(java.lang.String message)
Returns an exception to be thrown describing a parse error with the given message, and including information about where it occurred.
-