Custom exception for parsing errors
Since
4/9/2024
Group Utilities
Author Zackary Frazier
Inheritance
Exception
Constructor for a ParsingException
public ParsingException(String message, String expected)
Name | Type | Description |
---|---|---|
message | String | ,[object Object], the message to display |
expected | String | : ,[object Object], the expected token |