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

se.kuseman.payloadbuilder.api.catalog.CompileException Maven / Gradle / Ivy

package se.kuseman.payloadbuilder.api.catalog;

/** Exception thrown during compilation of a query */
public class CompileException extends RuntimeException
{
    public CompileException(String message)
    {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy