Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 544 Bytes

ParsingException.md

File metadata and controls

31 lines (20 loc) · 544 Bytes

ParsingException Class

Custom exception for parsing errors

Since

4/9/2024

Group Utilities

Author Zackary Frazier

Inheritance

Exception

Constructors

ParsingException(message, expected)

Constructor for a ParsingException

Signature

public ParsingException(String message, String expected)

Parameters

Name Type Description
message String ,[object Object], the message to display
expected String : ,[object Object], the expected token