QueryNodeParseException

This should be thrown when an exception happens during the query parsing from string to the query node tree.

See also

Inheritors

Constructors

Link copied to clipboard
constructor(message: Message)
constructor(throwable: Throwable)
constructor(message: Message, throwable: Throwable)

Properties

Link copied to clipboard

For EndOfLine and EndOfFile ("") parsing problems the last char in the string is returned For the case where the parser is not able to figure out the line and column number -1 will be returned

Link copied to clipboard

For EndOfLine and EndOfFile ("") parsing problems the last char in the string is returned For the case where the parser is not able to figure out the line and column number -1 will be returned

Link copied to clipboard
expect open val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String
Link copied to clipboard
open override var messageObject: Message
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String