All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.copperleaf.kudzu.parser.ParserException.kt Maven / Gradle / Ivy

There is a newer version: 5.3.0
Show newest version
package com.copperleaf.kudzu.parser

/**
 * Indicates an unrecoverable error was encountered during parsing.
 */
@ExperimentalStdlibApi
class ParserException(
    message: String,
    val parser: Parser<*>,
    val input: ParserContext
) : Exception("Parse error: $message (${parser::class.simpleName} at ${input.sourcePosition})")




© 2015 - 2025 Weber Informatics LLC | Privacy Policy