Package

org.apache.spark.sql.catalyst

errors

Permalink

package errors

Functions for attaching and retrieving trees that are associated with errors.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. errors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class TreeNodeException[TreeType <: TreeNode[_]] extends Exception

    Permalink

Value Members

  1. def attachTree[TreeType <: TreeNode[_], A](tree: TreeType, msg: String = "")(f: ⇒ A): A

    Permalink

    Wraps any exceptions that are thrown while executing f in a TreeNodeException, attaching the provided tree.

Inherited from AnyRef

Inherited from Any

Ungrouped