abstract class ExplainedSearchFailure
extends SearchFailure

A search failure that can show information about the cause

Constructors

ExplainedSearchFailure ( )

Members

protected def argument : Tree
def explanation ( implicit ctx: Context ) : String

An explanation of the cause of the failure as a string

An explanation of the cause of the failure as a string

protected def pt : Type
protected def qualify ( implicit ctx: Context ) : String