CommandExceptionBuilder

constructor(detailErrorMessage: String?, input: String?, cursor: Int)

Creates an instance of CommandExceptionBuilder with the specified parameters.

Parameters

detailErrorMessage

An optional detailed error message to include in the output.

input

The command input string being processed.

cursor

The position within the input where the error occurred.