X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;f=bundles%2Forg.simantics.basicexpression%2Fsrc%2Forg%2Fsimantics%2Fbasicexpression%2Fparser%2FParserException.java;fp=bundles%2Forg.simantics.basicexpression%2Fsrc%2Forg%2Fsimantics%2Fbasicexpression%2Fparser%2FParserException.java;h=bfd8a6ee853584c2bf74394a1cdb799745c291c8;hb=0ae2b770234dfc3cbb18bd38f324125cf0faca07;hp=e5e22024ef80ed3ec76d6e406f781297fda025b8;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.basicexpression/src/org/simantics/basicexpression/parser/ParserException.java b/bundles/org.simantics.basicexpression/src/org/simantics/basicexpression/parser/ParserException.java index e5e22024e..bfd8a6ee8 100644 --- a/bundles/org.simantics.basicexpression/src/org/simantics/basicexpression/parser/ParserException.java +++ b/bundles/org.simantics.basicexpression/src/org/simantics/basicexpression/parser/ParserException.java @@ -1,22 +1,22 @@ -/* This file was generated by SableCC (http://www.sablecc.org/). */ - -package org.simantics.basicexpression.parser; - -import org.simantics.basicexpression.node.*; - -@SuppressWarnings("serial") -public class ParserException extends Exception -{ - Token token; - - public ParserException(@SuppressWarnings("hiding") Token token, String message) - { - super(message); - this.token = token; - } - - public Token getToken() - { - return this.token; - } -} +/* This file was generated by SableCC (http://www.sablecc.org/). */ + +package org.simantics.basicexpression.parser; + +import org.simantics.basicexpression.node.*; + +@SuppressWarnings("serial") +public class ParserException extends Exception +{ + Token token; + + public ParserException(@SuppressWarnings("hiding") Token token, String message) + { + super(message); + this.token = token; + } + + public Token getToken() + { + return this.token; + } +}