package error

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class AlreadyDefinedError(n: String) extends SemanticError with Product with Serializable
  2. case class NameError(n: String) extends SemanticError with Product with Serializable
  3. case class NotAnObjectError(n: String) extends SemanticError with Product with Serializable
  4. class SemanticError extends Error
  5. case class TypeMismatchError(t1: String, t2: String) extends SemanticError with Product with Serializable
  6. case class WrongNumberOfArgumentsError(fn: String) extends SemanticError with Product with Serializable

Value Members

  1. object Base58DecodeError extends SemanticError with Product with Serializable
  2. object IllegalExprError extends SemanticError with Product with Serializable
  3. object IllegalOperandError extends SemanticError with Product with Serializable
  4. object MissedContextError extends SemanticError with Product with Serializable
  5. object NestedCollectionError extends SemanticError with Product with Serializable
  6. object TypeError extends SemanticError with Product with Serializable
  7. object ZeroDivisionError extends SemanticError with Product with Serializable

Ungrouped