SCROLLErrors

scroll.internal.errors.SCROLLErrors
object SCROLLErrors

Object containing all SCROLL related error.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

final case class IllegalRoleInvocationDispatch(roleType: AnyRef, target: String, args: Seq[Any]) extends InvocationError

Attributes

Supertypes
trait Product
trait Equals
trait SCROLLError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
sealed trait InvocationError extends SCROLLError

Attributes

Supertypes
trait SCROLLError
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Show all
Known subtypes
final case class RoleNotFound(forCore: AnyRef, target: String, args: Seq[Any]) extends SCROLLError

Attributes

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

Attributes

Supertypes
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
sealed trait TypeError extends Throwable

Attributes

Supertypes
class Throwable
trait Serializable
class Object
trait Matchable
class Any
Known subtypes
class TypeNotFound
final case class TypeNotFound(tpe: Class[_]) extends TypeError

Attributes

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