Packages

object UncaughtErrorException extends Serializable

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. UncaughtErrorException
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. def apply[E](error: E): UncaughtErrorException[E]

    Builds an UncaughtErrorException value.

  2. def wrap[E](error: E): Throwable

    Wraps any error value into a Throwable.

    Wraps any error value into a Throwable. If the given value is already a Throwable, then use it as is without wrapping.