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. Protected

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 CannotGetValueOfNone(loc: Location) extends Exception with TesslaError with Product with Serializable
  5. case class CtfInvalidPrefix(prefix: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  6. case class CtfKeyNotFound(key: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  7. case class CtfTypeError(key: String, expectedType: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  8. case class DecreasingTimeStampsError(first: BigInt, second: BigInt, loc: Location) extends Exception with TesslaError with Product with Serializable
  9. case class DivideByZero(loc: Location) extends Exception with TesslaError with Product with Serializable
  10. case class FileNotFound(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  11. case class FloatConversionError(value: Double, loc: Location) extends Exception with TesslaError with Product with Serializable
  12. case class FormatNeedsArgument(format: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  13. case class HeadOfEmptyList(loc: Location) extends Exception with TesslaError with Product with Serializable
  14. case class ImportAmbiguousDefinitionError(name: String, definition: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  15. case class InOutStatementInModule(loc: Location) extends Exception with TesslaError with Product with Serializable
  16. case class IndexOutOfRange(index: BigInt, list: IndexedSeq[_], loc: Location) extends Exception with TesslaError with Product with Serializable
  17. case class InfiniteRecursion(loc: Location) extends Exception with TesslaError with Product with Serializable
  18. case class InputStreamMustHaveStreamType(loc: Location) extends Exception with TesslaError with Product with Serializable
  19. case class InputTypeMismatch(value: Any, valueType: String, streamName: String, streamType: TesslaAST.Core.Type, loc: Location) extends Exception with TesslaError with Product with Serializable
  20. case class InternalError(m: String, loc: Location = Location.unknown) extends Exception with TesslaError with Product with Serializable
  21. case class InvalidEscapeSequence(sequence: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  22. case class KeyNotFound(key: Any, map: Map[_, _], loc: Location) extends Exception with TesslaError with Product with Serializable
  23. case class LastOfEmptyList(loc: Location) extends Exception with TesslaError with Product with Serializable
  24. case class LiftableOnNonMacro(loc: Location, defName: String) extends Exception with TesslaError with Product with Serializable
  25. case class MemberNotDefined(ot: TypedTessla.ObjectType, member: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  26. case class MissingBody(id: Identifier) extends Exception with TesslaError with Product with Serializable
  27. case class MissingTypeAnnotationBuiltIn(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  28. case class MissingTypeAnnotationParam(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  29. case class MissingTypeAnnotationRec(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  30. case class MultipleDefinitionsError(id: Identifier, previousLoc: Location) extends Exception with TesslaError with Product with Serializable
  31. case class NonPositiveDelayError(value: BigInt, loc: Location) extends Exception with TesslaError with Product with Serializable
  32. case class NonPositiveStepError(value: BigInt, loc: Location) extends Exception with TesslaError with Product with Serializable
  33. case class NotAnEventError(line: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  34. case class ParserError(m: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  35. case class RuntimeError(m: String, loc: Location = Location.unknown) extends Exception with TesslaError with Product with Serializable
  36. case class SameTimeStampError(timestamp: BigInt, eventName: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  37. case class StackOverflow(loc: Location) extends Exception with TesslaError with Product with Serializable
  38. case class StreamOfNonValueType(loc: Location) extends Exception with TesslaError with Product with Serializable
  39. case class StringFormatError(error: IllegalFormatException, loc: Location) extends Exception with TesslaError with Product with Serializable
  40. case class StringInterpolationOrFormatInConstantString(loc: Location) extends Exception with TesslaError with Product with Serializable
  41. trait TesslaError extends Exception with Diagnostic
  42. case class TesslaErrorWithTimestamp(error: TesslaError, timestamp: BigInt) extends Exception with TesslaError with Product with Serializable
  43. case class TimeConversionError(value: TimeLiteral, base: TimeLiteral) extends Exception with TesslaError with Product with Serializable
  44. case class TimeUnitConversionError(from: TimeUnit, to: TimeUnit) extends Exception with TesslaError with Product with Serializable
  45. case class TypeArgumentsNotInferred(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  46. case class TypeArityMismatch(name: String, expected: Int, actual: Int, loc: Location) extends Exception with TesslaError with Product with Serializable
  47. case class TypeMismatch(expected: String, found: TypedTessla.Type, loc: Location) extends Exception with TesslaError with Product with Serializable
  48. case class UndefinedAnnotation(id: Identifier) extends Exception with TesslaError with Product with Serializable
  49. case class UndefinedBaseTime(loc: Location) extends Exception with TesslaError with Product with Serializable
  50. case class UndefinedNamedArg(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  51. case class UndefinedType(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  52. case class UndefinedVariable(id: Identifier) extends Exception with TesslaError with Product with Serializable
  53. case class UnknownTimeUnit(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
  54. case class UnliftableMacroType(loc: Location) extends Exception with TesslaError with Product with Serializable
  55. case class UnsupportedConversion(conversion: Char, loc: Location) extends Exception with TesslaError with Product with Serializable
  56. case class WithStackTrace(inner: TesslaError, stackTrace: Seq[Location]) extends Exception with TesslaError with Product with Serializable
  57. case class WrongAnnotationOnOut(annotationID: Identifier) extends Exception with TesslaError with Product with Serializable
  58. case class WrongType(expected: String, found: TesslaAST.Core.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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. final def getClass(): Class[_ <: AnyRef]
    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. def mkTesslaError(msg: String, location: Location = Location.unknown): Exception with TesslaError
  13. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  17. def toString(): String
    Definition Classes
    AnyRef → Any
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  20. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  21. object TypeMismatch extends Serializable

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped