MorphirRuntimeError

org.finos.morphir.runtime.MorphirRuntimeError
See theMorphirRuntimeError companion trait

Attributes

Companion
trait
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class ConstructorNotFound(message: String) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class DefinitionNotFound(message: String) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed trait EvaluationError extends MorphirRuntimeError

Attributes

Supertypes
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class FailedCoercion(message: String) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class IllegalValue(message: String) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class InvalidState(context: String) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
object LookupError

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait LookupError extends EvaluationError, TypeError

Attributes

Companion
object
Supertypes
trait TypeError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class MissingField(value: Record, field: Name) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class MorphirIRDecodingError(message: String) extends MorphirRuntimeError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class NotImplemented(message: String) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
sealed trait RTValueToMDMError extends MorphirRuntimeError

Attributes

Companion
object
Supertypes
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
class MissingField
object TypeError

Attributes

Companion
trait
Supertypes
class Object
trait Matchable
class Any
Self type
TypeError.type
sealed trait TypeError extends MorphirRuntimeError

Attributes

Companion
object
Supertypes
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class UnexpectedType(expected: String, found: RTValue, hint: String) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnmatchedPattern(value: RTValue, node: Any, patterns: Pattern[UType]*) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnsupportedType(tpe: UType, reason: String) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class UnsupportedTypeSpecification(spec: USpecification, reason: String) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class VariableAccessError(message: String) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class VariableNotFound(name: Name) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class WrongArgumentTypes(msg: String, args: RTValue*) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
final case class WrongNumberOfArguments(function: NativeFunctionResult, applied: Int) extends EvaluationError

Attributes

Supertypes
trait Product
trait Equals
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all