SCROLLErrors
scroll.internal.errors.SCROLLErrors
object SCROLLErrors
Object containing all SCROLL related error.
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Matchableclass Any
- Self type
-
SCROLLErrors.type
Members list
Type members
Classlikes
final case class IllegalRoleInvocationDispatch(roleType: AnyRef, target: String, args: Seq[Any]) extends InvocationError
Attributes
- Supertypes
-
trait Producttrait Equalstrait InvocationErrortrait SCROLLErrorclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
sealed trait InvocationError extends SCROLLError
Attributes
- Supertypes
-
trait SCROLLErrorclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
- Known subtypes
final case class RoleNotFound(forCore: AnyRef, target: String, args: Seq[Any]) extends SCROLLError
Attributes
- Supertypes
-
trait Producttrait Equalstrait SCROLLErrorclass Throwabletrait Serializableclass Objecttrait Matchableclass AnyShow all
sealed trait SCROLLError extends Throwable
Attributes
- Supertypes
-
class Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Supertypes
-
class Throwabletrait Serializableclass Objecttrait Matchableclass Any
- Known subtypes
-
class TypeNotFound
final case class TypeNotFound(tpe: Class[_]) extends TypeError
In this article