Message

laika.parse.Message
See theMessage companion object
trait Message

Represents a lazy failure message. Implementations can use the specified SourceCursor to construct the actual message, e.g. for adding parts of the input to the message.

Attributes

Companion
object
Source
Parsed.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def message(source: SourceCursor): String

Attributes

Source
Parsed.scala