org.infinispan.ppg.generator.ParserException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of infinispan-protocol-parser-generator-maven-plugin
Show all versions of infinispan-protocol-parser-generator-maven-plugin
Generates an io.netty.handler.codec.ByteToMessageDecoder based on a grammar
package org.infinispan.ppg.generator;
public class ParserException extends RuntimeException {
public ParserException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy