1 package org.simantics.scl.compiler.internal.parsing.exceptions;
5 public class SCLSyntaxErrorException extends RuntimeException {
7 private static final long serialVersionUID = -3346141636177900501L;
11 public SCLSyntaxErrorException(long location, String description) {
13 this.location = location;