QueryNodeException

This exception should be thrown if something wrong happens when dealing with QueryNodes.

It also supports NLS messages.

See also

Inheritors

Constructors

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

Properties

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

Functions

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