object Errors
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Errors
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class ArityMismatch (name: String, expected: Int, actual: Int, loc: Location) extends TesslaError with Product with Serializable
- case class DecreasingTimeStampsError (first: BigInt, second: BigInt, loc: Location) extends TesslaError with Product with Serializable
- case class DivideByZero (loc: Location) extends TesslaError with Product with Serializable
- case class InfiniteRecursion (loc: Location) extends TesslaError with Product with Serializable
- case class InputTypeMismatch (value: Value, streamName: String, streamType: Type, loc: Location) extends TesslaError with Product with Serializable
- case class InternalError (m: String, loc: Location = Location.unknown) extends TesslaError with Product with Serializable
- case class KeyNotFound (key: Value, map: Map[_, _], loc: Location) extends TesslaError with Product with Serializable
- case class MacroAnnotationOnNonMacro (annotationId: Identifier, defName: String) extends TesslaError with Product with Serializable
- case class MemberNotDefined (ot: TypedTessla.ObjectType, member: String, loc: Location) extends TesslaError with Product with Serializable
- case class MissingBody (id: Identifier) extends TesslaError with Product with Serializable
- case class MissingTypeAnnotationParam (name: String, loc: Location) extends TesslaError with Product with Serializable
- case class MissingTypeAnnotationRec (name: String, loc: Location) extends TesslaError with Product with Serializable
- case class MultipleDefinitionsError (id: Identifier, previousLoc: Location) extends TesslaError with Product with Serializable
- case class NegativeDelayError (value: BigInt, loc: Location) extends TesslaError with Product with Serializable
- case class NegativeStepError (loc: Location, value: BigInt) extends TesslaError with Product with Serializable
- case class NotAnEventError (line: String, loc: Location) extends TesslaError with Product with Serializable
- case class ParserError (m: String, loc: Location) extends TesslaError with Product with Serializable
- case class SameTimeStampError (timestamp: BigInt, eventName: String, loc: Location) extends TesslaError with Product with Serializable
- case class StackOverflow (loc: Location) extends TesslaError with Product with Serializable
- case class StreamOfNonValueType (loc: Location) extends TesslaError with Product with Serializable
- abstract class TesslaError extends Exception with Diagnostic
- case class TesslaErrorWithTimestamp (error: TesslaError, timestamp: BigInt) extends TesslaError with Product with Serializable
- case class TimeUnitConversionError (from: TimeUnit, to: TimeUnit) extends TesslaError with Product with Serializable
- case class TracesOperationError (loc: Location, op: String, args: Value*) extends TesslaError with Product with Serializable
- case class TracesUnknownIdentifierError (loc: Location, name: String) extends TesslaError with Product with Serializable
- case class TypeArgumentsNotInferred (name: String, loc: Location) extends TesslaError with Product with Serializable
- case class TypeArityMismatch (name: String, expected: Int, actual: Int, loc: Location) extends TesslaError with Product with Serializable
- case class TypeMismatch (expected: String, found: TypedTessla.Type, loc: Location) extends TesslaError with Product with Serializable
- case class UndefinedAnnotation (id: Identifier) extends TesslaError with Product with Serializable
- case class UndefinedFunction (id: Identifier, arity: Int) extends TesslaError with Product with Serializable
- case class UndefinedNamedArg (name: String, loc: Location) extends TesslaError with Product with Serializable
- case class UndefinedTimeUnit (loc: Location) extends TesslaError with Product with Serializable
- case class UndefinedType (name: String, loc: Location) extends TesslaError with Product with Serializable
- case class UndefinedVariable (id: Identifier) extends TesslaError with Product with Serializable
- case class UnknownTimeUnit (name: String, loc: Location) extends TesslaError with Product with Serializable
- case class UnliftableMacroType (loc: Location) extends TesslaError with Product with Serializable
- case class WithStackTrace (inner: TesslaError, stackTrace: Seq[Location]) extends TesslaError with Product with Serializable
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def ProvideAfterPropagationError(time: BigInt, loc: Location = Location.unknown): InternalError
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @HotSpotIntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @HotSpotIntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object TypeMismatch extends Serializable