Package

org.bitbucket.pshirshov.izumitk.failures

model

Permalink

package model

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. model
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. trait DomainException extends RuntimeException with ServiceFailure

    Permalink

    This trait represents an exceptions which is used to implement alternate control flows, but doesn't mean that something bad happened.

    This trait represents an exceptions which is used to implement alternate control flows, but doesn't mean that something bad happened. For example, it may be used to signal something like HTTP NOT FOUND event.

  2. type Maybe[+T] = Or[T, Every[ServiceFailure]]

    Permalink
  3. class ServiceException extends RuntimeException with ServiceFailure

    Permalink

  4. trait ServiceFailure extends AnyRef

    Permalink

Value Members

  1. object CommonDomainExceptions

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped