case class Error(rsn: Throwable) extends EarlyCause with Product with Serializable
Signals, that evaluation of last await resulted in error.
If error is not handled, this will cause the process to terminate with supplier error.
- rsn
Error thrown by last await.
- Source
- Cause.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Error
- Serializable
- Serializable
- Product
- Equals
- EarlyCause
- Cause
- AnyRef
- Any
Implicitly
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
Error(rsn: Throwable)
- rsn
Error thrown by last await.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Error, B)
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
asHalt: Halt
Converts this termination cause to
Process.HaltConverts this termination cause to
Process.Halt- Definition Classes
- Cause
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asThrowable: Throwable
Converts this cause to
java.lang.ThrowableConverts this cause to
java.lang.Throwable- Definition Classes
- Cause
-
def
causedBy(cause: Cause): Cause
Produces a cause that was caused by
causeProduces a cause that was caused by
cause- Definition Classes
- Cause
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def ensuring(cond: (Error) ⇒ Boolean, msg: ⇒ Any): Error
- def ensuring(cond: (Error) ⇒ Boolean): Error
- def ensuring(cond: Boolean, msg: ⇒ Any): Error
- def ensuring(cond: Boolean): Error
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
def
fold[A](onEnd: ⇒ A)(f: (EarlyCause) ⇒ A): A
- Definition Classes
- Cause
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
kill: EarlyCause
Converts cause to
Killor anErrorConverts cause to
Killor anError- Definition Classes
- Cause
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
rsn: Throwable
Error thrown by last await.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Error → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
- def →[B](y: B): (Error, B)