Object

com.metamx.common.scala

exception

Related Doc: package scala

Permalink

object exception

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. exception
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Visibility
  1. Public
  2. All

Type Members

  1. class ExceptionOps[X] extends AnyRef

    Permalink
  2. trait NotNothing[X] extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. implicit def ExceptionOps[X](x: ⇒ X): ExceptionOps[X]

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def causeMatches(e: Throwable)(f: PartialFunction[Throwable, Boolean]): Boolean

    Permalink

    Checks if a Throwable, or any Throwable in its cause chain, matches a partial predicate.

  7. def causedBy[E <: Throwable](e: Throwable)(implicit arg0: ClassManifest[E]): Boolean

    Permalink

    Checks if a Throwable, or any Throwable in its cause chain, is a particular type.

  8. def causes(e: Throwable): Stream[Throwable]

    Permalink

    Returns a lazily-computed stream of causes for a particular Throwable.

    Returns a lazily-computed stream of causes for a particular Throwable. The provided Throwable will be returned first, followed by its cause chain, if any.

  9. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  15. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  16. implicit def isNothing0[X <: Nothing]: NotNothing[X]

    Permalink
  17. implicit def isNothing1[X <: Nothing]: NotNothing[X]

    Permalink
  18. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  19. implicit def notNothing[X]: NotNothing[X]

    Permalink
  20. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  21. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  22. def raises[E <: Throwable]: AnyRef { def apply[X](x: => X)(implicit cm: reflect.ClassManifest[E],implicit ev: com.metamx.common.scala.exception.NotNothing[E]): Boolean }

    Permalink
  23. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  24. def toEither[E <: Throwable]: AnyRef { def apply[X](x: => X)(implicit cm: reflect.ClassManifest[E],implicit ev: com.metamx.common.scala.exception.NotNothing[E]): Either[E,X] }

    Permalink
  25. def toOption[E <: Throwable]: AnyRef { def apply[X](x: => X)(implicit cm: reflect.ClassManifest[E],implicit ev: com.metamx.common.scala.exception.NotNothing[E]): Option[X] }

    Permalink
  26. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  27. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped