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

prerna.sablecc2.lexer.LexerException Maven / Gradle / Ivy

The newest version!
/* This file was generated by SableCC (http://www.sablecc.org/). */

package prerna.sablecc2.lexer;

import prerna.sablecc2.node.*;

@SuppressWarnings("serial")
public class LexerException extends Exception
{
    private InvalidToken invalidToken;
    
    public LexerException(@SuppressWarnings("hiding") InvalidToken invalidToken, String message)
    {
        super(message);
        this.invalidToken = invalidToken;
    }

    public InvalidToken getToken()
    {
        return this.invalidToken;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy