object Errors

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Errors
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class ArityMismatch (name: String, expected: Int, actual: Int, loc: Location) extends TesslaError with Product with Serializable
  2. case class DecreasingTimeStampsError (first: BigInt, second: BigInt, loc: Location) extends TesslaError with Product with Serializable
  3. case class DivideByZero (loc: Location) extends TesslaError with Product with Serializable
  4. case class InfiniteRecursion (loc: Location) extends TesslaError with Product with Serializable
  5. case class InputTypeMismatch (value: Value, streamName: String, streamType: Type, loc: Location) extends TesslaError with Product with Serializable
  6. case class InternalError (m: String, loc: Location = Location.unknown) extends TesslaError with Product with Serializable
  7. case class KeyNotFound (key: Value, map: Map[_, _], loc: Location) extends TesslaError with Product with Serializable
  8. case class MacroAnnotationOnNonMacro (annotationId: Identifier, defName: String) extends TesslaError with Product with Serializable
  9. case class MemberNotDefined (ot: TypedTessla.ObjectType, member: String, loc: Location) extends TesslaError with Product with Serializable
  10. case class MissingTypeAnnotationParam (name: String, loc: Location) extends TesslaError with Product with Serializable
  11. case class MissingTypeAnnotationRec (name: String, loc: Location) extends TesslaError with Product with Serializable
  12. case class MultipleDefinitionsError (id: Identifier, previousLoc: Location) extends TesslaError with Product with Serializable
  13. case class NegativeDelayError (value: BigInt, loc: Location) extends TesslaError with Product with Serializable
  14. case class NegativeStepError (loc: Location, value: BigInt) extends TesslaError with Product with Serializable
  15. case class NotAnEventError (line: String, loc: Location) extends TesslaError with Product with Serializable
  16. case class ParserError (m: String, loc: Location) extends TesslaError with Product with Serializable
  17. case class SameTimeStampError (timestamp: BigInt, eventName: String, loc: Location) extends TesslaError with Product with Serializable
  18. case class StackOverflow (loc: Location) extends TesslaError with Product with Serializable
  19. case class StreamOfNonValueType (loc: Location) extends TesslaError with Product with Serializable
  20. abstract class TesslaError extends Exception with Diagnostic
  21. case class TesslaErrorWithTimestamp (error: TesslaError, timestamp: BigInt) extends TesslaError with Product with Serializable
  22. case class TimeUnitConversionError (from: TimeUnit, to: TimeUnit) extends TesslaError with Product with Serializable
  23. case class TracesOperationError (loc: Location, op: String, args: Value*) extends TesslaError with Product with Serializable
  24. case class TracesUnknownIdentifierError (loc: Location, name: String) extends TesslaError with Product with Serializable
  25. case class TypeArgumentsNotInferred (name: String, loc: Location) extends TesslaError with Product with Serializable
  26. case class TypeArityMismatch (name: String, expected: Int, actual: Int, loc: Location) extends TesslaError with Product with Serializable
  27. case class TypeMismatch (expected: String, found: TypedTessla.Type, loc: Location) extends TesslaError with Product with Serializable
  28. case class UndefinedAnnotation (id: Identifier) extends TesslaError with Product with Serializable
  29. case class UndefinedFunction (id: Identifier, arity: Int) extends TesslaError with Product with Serializable
  30. case class UndefinedNamedArg (name: String, loc: Location) extends TesslaError with Product with Serializable
  31. case class UndefinedTimeUnit (loc: Location) extends TesslaError with Product with Serializable
  32. case class UndefinedType (name: String, loc: Location) extends TesslaError with Product with Serializable
  33. case class UndefinedVariable (id: Identifier) extends TesslaError with Product with Serializable
  34. case class UnknownTimeUnit (name: String, loc: Location) extends TesslaError with Product with Serializable
  35. case class UnliftableMacroType (loc: Location) extends TesslaError with Product with Serializable
  36. case class WithStackTrace (inner: TesslaError, stackTrace: Seq[Location]) extends TesslaError with Product with Serializable

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def ProvideAfterPropagationError(time: BigInt, loc: Location = Location.unknown): InternalError
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. object TypeMismatch extends Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped