![JAR search and dependency download from the Maven repository](/logo.png)
org.anarres.graphviz.parser.lexer.LexerException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of graphviz-parser Show documentation
Show all versions of graphviz-parser Show documentation
GraphViz graph builder and parser.
/* 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