final case class Interruption(compoundException: Throwable, otherExceptions: List[Throwable], trace: Trace[Nothing]) extends Failure[Nothing] with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Interruption
- Serializable
- Product
- Equals
- Failure
- Exit
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- val compoundException: Throwable
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def flatMap[E1 >: Nothing, B](f: (Nothing) => Exit[E1, B]): Interruption.this.type
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def leftMap[E1](f: (Nothing) => E1): Interruption.this.type
- Definition Classes
- Interruption → Exit
- final def map[B](f: (Nothing) => B): Interruption.this.type
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- val otherExceptions: List[Throwable]
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toEither: Left[List[Throwable], Nothing]
- Definition Classes
- Interruption → Failure
- def toEitherCompound: Left[Throwable, Nothing]
- Definition Classes
- Interruption → Failure
- final def toThrowable(conv: (Nothing) => Throwable): Throwable
- Definition Classes
- Failure
- final def toThrowable(implicit ev: <:<[Nothing, Throwable]): Throwable
- Definition Classes
- Failure
- def toThrowableEither(implicit ev: <:<[Nothing, Throwable]): Either[Throwable, Nothing]
- Definition Classes
- Interruption → Exit
- val trace: Trace[Nothing]
- Definition Classes
- Interruption → Failure
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()