All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ai.vespa.schemals.parser.indexinglanguage.ParsingProblem Maven / Gradle / Ivy

There is a newer version: 8.441.21
Show newest version
/* Generated by: CongoCC Parser Generator. ParsingProblem.java  */
package ai.vespa.schemals.parser.indexinglanguage;


/**
* Problem while parsing.
* TODO. Is a WIP.
*/
public interface ParsingProblem extends Node {

    ParseException getCause();

    String getErrorMessage();

}






© 2015 - 2024 Weber Informatics LLC | Privacy Policy