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

org.geolatte.common.cql.lexer.LexerException Maven / Gradle / Ivy

Go to download

This GeoLatte-common library contains the transformer framework and other common classes used by other GeoLatte modules.

There is a newer version: 0.8
Show newest version
/* This file was generated by SableCC (http://www.sablecc.org/). */

package org.geolatte.common.cql.lexer;

@SuppressWarnings("serial")
public class LexerException extends Exception
{
    public LexerException(String message)
    {
        super(message);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy