object Errors
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Errors
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- case class AbsoluteIncludePath(loc: Location) extends Exception with TesslaError with Product with Serializable
- case class AnnotationDefInModule(loc: Location) extends Exception with TesslaError with Product with Serializable
- case class ArityMismatch(name: String, expected: Int, actual: Int, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class CannotGetValueOfNone(loc: Location) extends Exception with TesslaError with Product with Serializable
- case class CtfInvalidPrefix(prefix: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class CtfKeyNotFound(key: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class CtfTypeError(key: String, expectedType: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class DecreasingTimeStampsError(first: BigInt, second: BigInt, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class DivideByZero(loc: Location) extends Exception with TesslaError with Product with Serializable
- case class FileNotFound(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class FloatConversionError(value: Double, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class FormatNeedsArgument(format: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class HeadOfEmptyList(loc: Location) extends Exception with TesslaError with Product with Serializable
- case class InOutStatementInModule(loc: Location) extends Exception with TesslaError with Product with Serializable
- case class IndexOutOfRange(index: BigInt, list: IndexedSeq[_], loc: Location) extends Exception with TesslaError with Product with Serializable
- case class InfiniteRecursion(loc: Location) extends Exception with TesslaError with Product with Serializable
- case class InputStreamMustHaveStreamType(loc: Location) extends Exception with TesslaError with Product with Serializable
- case class InputTypeMismatch(value: Value, valueType: String, streamName: String, streamType: Type, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class InternalError(m: String, loc: Location = Location.unknown) extends Exception with TesslaError with Product with Serializable
- case class InvalidEscapeSequence(sequence: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class KeyNotFound(key: Value, map: Map[_, _], loc: Location) extends Exception with TesslaError with Product with Serializable
- case class LastOfEmptyList(loc: Location) extends Exception with TesslaError with Product with Serializable
- case class MacroAnnotationOnNonMacro(annotationId: Identifier, defName: String) extends Exception with TesslaError with Product with Serializable
- case class MemberNotDefined(ot: TypedTessla.ObjectType, member: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class MissingBody(id: Identifier) extends Exception with TesslaError with Product with Serializable
- case class MissingTypeAnnotationBuiltIn(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class MissingTypeAnnotationParam(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class MissingTypeAnnotationRec(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class MultipleDefinitionsError(id: Identifier, previousLoc: Location) extends Exception with TesslaError with Product with Serializable
- case class NonPositiveDelayError(value: BigInt, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class NonPositiveStepError(value: BigInt, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class NotAnEventError(line: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class ParserError(m: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class RuntimeError(inner: TesslaError) extends Exception with TesslaError with Product with Serializable
- case class SameTimeStampError(timestamp: BigInt, eventName: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class StackOverflow(loc: Location) extends Exception with TesslaError with Product with Serializable
- case class StreamOfNonValueType(loc: Location) extends Exception with TesslaError with Product with Serializable
- case class StringFormatError(error: IllegalFormatException, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class StringInterpolationOrFormatInConstantString(loc: Location) extends Exception with TesslaError with Product with Serializable
- trait TesslaError extends Exception with Diagnostic
- case class TesslaErrorWithTimestamp(error: TesslaError, timestamp: BigInt) extends Exception with TesslaError with Product with Serializable
- case class TimeConversionError(value: TimeLiteral, base: TimeLiteral) extends Exception with TesslaError with Product with Serializable
- case class TimeUnitConversionError(from: TimeUnit, to: TimeUnit) extends Exception with TesslaError with Product with Serializable
- case class TypeArgumentsNotInferred(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class TypeArityMismatch(name: String, expected: Int, actual: Int, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class TypeMismatch(expected: String, found: TypedTessla.Type, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class UndefinedAnnotation(id: Identifier) extends Exception with TesslaError with Product with Serializable
- case class UndefinedBaseTime(loc: Location) extends Exception with TesslaError with Product with Serializable
- case class UndefinedFunction(id: Identifier, arity: Int) extends Exception with TesslaError with Product with Serializable
- case class UndefinedNamedArg(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class UndefinedType(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class UndefinedVariable(id: Identifier) extends Exception with TesslaError with Product with Serializable
- case class UnknownTimeUnit(name: String, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class UnliftableMacroType(loc: Location) extends Exception with TesslaError with Product with Serializable
- case class UnsupportedConversion(conversion: Char, loc: Location) extends Exception with TesslaError with Product with Serializable
- case class WithStackTrace(inner: TesslaError, stackTrace: Seq[Location]) extends Exception with TesslaError with Product with Serializable
- case class WrongType(expected: String, found: Type, loc: Location) extends Exception with 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
- @native() @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
- @native() @HotSpotIntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @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
- @native() @HotSpotIntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @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
- @native() @throws( ... )
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- object TypeMismatch extends Serializable