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 AbsoluteIncludePath(loc: Location) extends Exception with TesslaError with Product with Serializable
  2. case class AnnotationDefInModule(loc: Location) extends Exception with TesslaError with Product with Serializable
  3. case class ArityMismatch(name: String, expected: Int, actual: Int, loc: Location) extends Exception with TesslaError with Product with Serializable
  4. case class AsOnRawOut(loc: Location) extends Exception with TesslaError with Product with Serializable
  5. case class CannotGetValueOfNone(loc: Location) extends Exception with TesslaError with Product with Serializable
  6. case class DecreasingTimeStampsError(first: BigInt, second: BigInt, loc: Location) extends Exception with TesslaError with Product with Serializable
  7. case class DivideByZero(loc: Location) extends Exception with TesslaError with Product with Serializable
  8. case class FileNotFound(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  9. case class FloatConversionError(value: Double, loc: Location) extends Exception with TesslaError with Product with Serializable
  10. case class FormatNeedsArgument(format: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  11. case class HeadOfEmptyList(loc: Location) extends Exception with TesslaError with Product with Serializable
  12. case class InOutStatementInModule(loc: Location) extends Exception with TesslaError with Product with Serializable
  13. case class IndexOutOfRange(index: BigInt, list: IndexedSeq[_], loc: Location) extends Exception with TesslaError with Product with Serializable
  14. case class InfiniteRecursion(loc: Location) extends Exception with TesslaError with Product with Serializable
  15. case class InputStreamMustHaveStreamType(loc: Location) extends Exception with TesslaError with Product with Serializable
  16. case class InputTypeMismatch(value: Value, valueType: String, streamName: String, streamType: Type, loc: Location) extends Exception with TesslaError with Product with Serializable
  17. case class InternalError(m: String, loc: Location = Location.unknown) extends Exception with TesslaError with Product with Serializable
  18. case class InvalidEscapeSequence(sequence: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  19. case class KeyNotFound(key: Value, map: Map[_, _], loc: Location) extends Exception with TesslaError with Product with Serializable
  20. case class LastOfEmptyList(loc: Location) extends Exception with TesslaError with Product with Serializable
  21. case class MacroAnnotationOnNonMacro(annotationId: Identifier, defName: String) extends Exception with TesslaError with Product with Serializable
  22. case class MemberNotDefined(ot: TypedTessla.ObjectType, member: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  23. case class MissingBody(id: Identifier) extends Exception with TesslaError with Product with Serializable
  24. case class MissingTypeAnnotationBuiltIn(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  25. case class MissingTypeAnnotationParam(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  26. case class MissingTypeAnnotationRec(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  27. case class MultipleDefinitionsError(id: Identifier, previousLoc: Location) extends Exception with TesslaError with Product with Serializable
  28. case class NonPositiveDelayError(value: BigInt, loc: Location) extends Exception with TesslaError with Product with Serializable
  29. case class NonPositiveStepError(value: BigInt, loc: Location) extends Exception with TesslaError with Product with Serializable
  30. case class NotAnEventError(line: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  31. case class ParserError(m: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  32. case class RawOutAll(loc: Location) extends Exception with TesslaError with Product with Serializable
  33. case class RuntimeError(inner: TesslaError) extends Exception with TesslaError with Product with Serializable
  34. case class SameTimeStampError(timestamp: BigInt, eventName: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  35. case class StackOverflow(loc: Location) extends Exception with TesslaError with Product with Serializable
  36. case class StreamOfNonValueType(loc: Location) extends Exception with TesslaError with Product with Serializable
  37. case class StringFormatError(error: IllegalFormatException, loc: Location) extends Exception with TesslaError with Product with Serializable
  38. case class StringInterpolationOrFormatInConstantString(loc: Location) extends Exception with TesslaError with Product with Serializable
  39. trait TesslaError extends Exception with Diagnostic
  40. case class TesslaErrorWithTimestamp(error: TesslaError, timestamp: BigInt) extends Exception with TesslaError with Product with Serializable
  41. case class TimeUnitConversionError(from: TimeUnit, to: TimeUnit) extends Exception with TesslaError with Product with Serializable
  42. case class TypeArgumentsNotInferred(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  43. case class TypeArityMismatch(name: String, expected: Int, actual: Int, loc: Location) extends Exception with TesslaError with Product with Serializable
  44. case class TypeMismatch(expected: String, found: TypedTessla.Type, loc: Location) extends Exception with TesslaError with Product with Serializable
  45. case class UndefinedAnnotation(id: Identifier) extends Exception with TesslaError with Product with Serializable
  46. case class UndefinedNamedArg(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  47. case class UndefinedTimeUnit(loc: Location) extends Exception with TesslaError with Product with Serializable
  48. case class UndefinedType(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  49. case class UndefinedVariable(id: Identifier) extends Exception with TesslaError with Product with Serializable
  50. case class UnknownTimeUnit(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  51. case class UnliftableMacroType(loc: Location) extends Exception with TesslaError with Product with Serializable
  52. case class UnsupportedConversion(conversion: Char, loc: Location) extends Exception with TesslaError with Product with Serializable
  53. case class WithStackTrace(inner: TesslaError, stackTrace: Seq[Location]) extends Exception with TesslaError with Product with Serializable
  54. case class WrongAnnotationOnOut(annotationID: Identifier) extends Exception with TesslaError with Product with Serializable
  55. case class WrongType(expected: String, found: Type, loc: Location) extends Exception with 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
    @native() @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
    @native() @HotSpotIntrinsicCandidate()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @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
    @native() @HotSpotIntrinsicCandidate()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @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
    @native() @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