kz.greetgo.logging.structure.parser.model.ParseErrorHandler Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of greetgo-logging-structure Show documentation
Show all versions of greetgo-logging-structure Show documentation
Logging mechanism using in greetgo!
package kz.greetgo.logging.structure.parser.model;
public interface ParseErrorHandler {
void happenedParseError(ParseError parseError);
}