MCPcopy Create free account
hub / github.com/chibash/stone / ParseException

Method ParseException

src/stone/ParseException.java:5–7  ·  view source on GitHub ↗
(Token t)

Source from the content-addressed store, hash-verified

3
4public class ParseException extends Exception {
5 public ParseException(Token t) {
6 this("", t);
7 }
8 public ParseException(String msg, Token t) {
9 super("syntax error around " + location(t) + ". " + msg);
10 }

Callers

nothing calls this directly

Calls 1

locationMethod · 0.95

Tested by

no test coverage detected