package error
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class AlreadyDefinedError(n: String) extends SemanticError with Product with Serializable
- case class NameError(n: String) extends SemanticError with Product with Serializable
- case class NotAnObjectError(n: String) extends SemanticError with Product with Serializable
- class SemanticError extends Error
- case class TypeMismatchError(t1: String, t2: String) extends SemanticError with Product with Serializable
- case class WrongNumberOfArgumentsError(fn: String) extends SemanticError with Product with Serializable
Value Members
- object Base58DecodeError extends SemanticError with Product with Serializable
- object IllegalExprError extends SemanticError with Product with Serializable
- object IllegalOperandError extends SemanticError with Product with Serializable
- object MissedContextError extends SemanticError with Product with Serializable
- object NestedCollectionError extends SemanticError with Product with Serializable
- object TypeError extends SemanticError with Product with Serializable
- object ZeroDivisionError extends SemanticError with Product with Serializable