Packages

case class Error(pos: Position, message: String, details: Exception) extends Parsed[Nothing] with Product with Serializable

Linear Supertypes
Parsed[Nothing], Adt, Serializable, java.io.Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Error
  2. Parsed
  3. Adt
  4. Serializable
  5. Serializable
  6. Product
  7. Equals
  8. AnyRef
  9. Any
Implicitly
  1. by XtensionParseInputLike
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Error(pos: Position, message: String, details: Exception)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from Error to any2stringadd[Error] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (Error, B)
    Implicit
    This member is added by an implicit conversion from Error to ArrowAssoc[Error] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. val details: Exception
  9. def ensuring(cond: (Error) ⇒ Boolean, msg: ⇒ Any): Error
    Implicit
    This member is added by an implicit conversion from Error to Ensuring[Error] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  10. def ensuring(cond: (Error) ⇒ Boolean): Error
    Implicit
    This member is added by an implicit conversion from Error to Ensuring[Error] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  11. def ensuring(cond: Boolean, msg: ⇒ Any): Error
    Implicit
    This member is added by an implicit conversion from Error to Ensuring[Error] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  12. def ensuring(cond: Boolean): Error
    Implicit
    This member is added by an implicit conversion from Error to Ensuring[Error] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  15. def fold[A](fe: (Error) ⇒ A, ft: (Nothing) ⇒ A): A
    Definition Classes
    Parsed
  16. def get: Nothing
    Definition Classes
    Parsed
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def getOrElse[U >: Nothing](alt: ⇒ U): U
    Definition Classes
    Parsed
  19. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  20. val message: String
  21. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. def orElse[U >: Nothing](alt: ⇒ Parsed[U]): Parsed[U]
    Definition Classes
    Parsed
  25. def parse[U](implicit convert: Convert[Error, Input], parse: Parse[U], dialect: Dialect): Parsed[U]
    Implicit
    This member is added by an implicit conversion from Error to parsers.XtensionParseInputLike[Error] performed by method XtensionParseInputLike in scala.meta.parsers.Api.
    Definition Classes
    XtensionParseInputLike
  26. val pos: Position
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. def toEither: Either[Error, Nothing]
    Definition Classes
    Parsed
  29. def toOption: Option[Nothing]
    Definition Classes
    Parsed
  30. def toString(): String
    Definition Classes
    Error → AnyRef → Any
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. def [B](y: B): (Error, B)
    Implicit
    This member is added by an implicit conversion from Error to ArrowAssoc[Error] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Deprecated Value Members

  1. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from Error to StringFormat[Error] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @deprecated @inline()
    Deprecated

    (Since version 2.12.16) Use formatString.format(value) instead of value.formatted(formatString), or use the f"" string interpolator. In Java 15 and later, formatted resolves to the new method in String which has reversed parameters.

Inherited from Parsed[Nothing]

Inherited from Adt

Inherited from Serializable

Inherited from java.io.Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion XtensionParseInputLike from Error to parsers.XtensionParseInputLike[Error]

Inherited by implicit conversion any2stringadd from Error to any2stringadd[Error]

Inherited by implicit conversion StringFormat from Error to StringFormat[Error]

Inherited by implicit conversion Ensuring from Error to Ensuring[Error]

Inherited by implicit conversion ArrowAssoc from Error to ArrowAssoc[Error]

Ungrouped