More documentation.

This commit is contained in:
Jindra Petřík
2024-08-08 00:46:21 +02:00
parent 38bcab878b
commit 5c1811582a
677 changed files with 7393 additions and 343 deletions

View File

@@ -36,8 +36,8 @@ public abstract class ParseException extends Exception {
/**
* Constructs a new parse exception.
*
* @param text
* @param line
* @param text Text of the exception
* @param line Line number where the exception occurred
*/
public ParseException(String text, long line) {
super("ParseException:" + text + " on line " + line);