
io.katharsis.utils.parser.ParserException Maven / Gradle / Ivy
The newest version!
package io.katharsis.utils.parser;
import io.katharsis.errorhandling.exception.KatharsisMatchingException;
/**
* Thrown when parser exception occurs.
*/
class ParserException extends KatharsisMatchingException {
public ParserException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy