ParseException

ParseException

data class ParseException

An exception which is thrown by the text-based wasm interpreter when a parsing error occurs during evaluation.

Fields

Name Description
val parseContext: ParseContext?
val origin: Throwable?

Constructors

<init>

constructor(errorMsg: String, parseContext: ParseContext?, origin: Throwable?)

An exception which is thrown by the text-based wasm interpreter when a parsing error occurs during evaluation.

Parameters

Name Description
errorMsg: String
parseContext: ParseContext?
origin: Throwable?