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

org.anarres.graphviz.parser.lexer.LexerException Maven / Gradle / Ivy

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

package org.anarres.graphviz.parser.lexer;

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy