mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-20 03:55:39 +00:00
More documentation.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user