KarlInstructionParseException

constructor(message: String, cause: Throwable? = null)(source)

Parameters

message

A descriptive message about the parsing error, ideally explaining what was wrong with the input.

cause

The underlying cause of the exception (optional, e.g., from a JSON parsing library).