package errors
Functions for attaching and retrieving trees that are associated with errors.
- Alphabetic
- By Inheritance
- errors
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Type Members
- class TreeNodeException[TreeType <: TreeNode[_]] extends Exception
Value Members
-
def
attachTree[TreeType <: TreeNode[_], A](tree: TreeType, msg: String = "")(f: ⇒ A): A
Wraps any exceptions that are thrown while executing
fin a TreeNodeException, attaching the providedtree.