Problem

edu.gemini.grackle.Problem
See theProblem companion object
final case class Problem(message: String, locations: List[(Int, Int)], path: List[String])

A problem, to be reported back to the user.

Attributes

Companion:
object
Source:
problem.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns:

a string representation of the object.

Definition Classes
Any
Source:
problem.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product