object NotFoundFailure extends NotFoundFailure with SingletonAnomalyProduct with FailureConstructors[NotFoundFailure]

Linear Supertypes
FailureConstructors[NotFoundFailure], AnomalyConstructors[NotFoundFailure], SingletonAnomalyProduct, NotFoundFailure, NotFoundAnomaly, NotFound, AnomalousFailure, Anomaly, Serializable, Product, Equals, Exception, Throwable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NotFoundFailure
  2. FailureConstructors
  3. AnomalyConstructors
  4. SingletonAnomalyProduct
  5. NotFoundFailure
  6. NotFoundAnomaly
  7. NotFound
  8. AnomalousFailure
  9. Anomaly
  10. Serializable
  11. Product
  12. Equals
  13. Exception
  14. Throwable
  15. Serializable
  16. AnyRef
  17. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def addSuppressed(arg0: Throwable): Unit
    Definition Classes
    Throwable
  5. def apply(message: String, causedBy: Throwable): NotFoundFailure
    Definition Classes
    NotFoundFailure → FailureConstructors
  6. def apply(a: Anomaly): NotFoundFailure
    Definition Classes
    NotFoundFailure → AnomalyConstructors
  7. def apply(id: AnomalyID, message: String, parameters: Parameters): NotFoundFailure
    Definition Classes
    NotFoundFailure → AnomalyConstructors
  8. def apply(message: String, parameters: Parameters): NotFoundFailure
    Definition Classes
    NotFoundFailure → AnomalyConstructors
  9. def apply(id: AnomalyID, parameters: Parameters): NotFoundFailure
    Definition Classes
    NotFoundFailure → AnomalyConstructors
  10. def apply(id: AnomalyID, message: String): NotFoundFailure
    Definition Classes
    NotFoundFailure → AnomalyConstructors
  11. def apply(parameters: Parameters): NotFoundFailure
    Definition Classes
    NotFoundFailure → AnomalyConstructors
  12. def apply(message: String): NotFoundFailure
    Definition Classes
    NotFoundFailure → AnomalyConstructors
  13. def apply(id: AnomalyID): NotFoundFailure
    Definition Classes
    NotFoundFailure → AnomalyConstructors
  14. def apply(a: Anomaly, causedBy: Throwable): NotFoundFailure
    Definition Classes
    NotFoundFailure → FailureConstructors
  15. def apply(id: AnomalyID, message: String, parameters: Parameters, causedBy: Throwable): NotFoundFailure
    Definition Classes
    NotFoundFailure → FailureConstructors
  16. def apply(message: String, parameters: Parameters, causedBy: Throwable): NotFoundFailure
    Definition Classes
    NotFoundFailure → FailureConstructors
  17. def apply(id: AnomalyID, parameters: Parameters, causedBy: Throwable): NotFoundFailure
    Definition Classes
    NotFoundFailure → FailureConstructors
  18. def apply(id: AnomalyID, message: String, causedBy: Throwable): NotFoundFailure
    Definition Classes
    NotFoundFailure → FailureConstructors
  19. def apply(causedBy: Throwable): NotFoundFailure
    Definition Classes
    NotFoundFailure → FailureConstructors
  20. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  21. final def asThrowable: Throwable

    * In case that "this" is already a Throwable, e.g.

    * In case that "this" is already a Throwable, e.g. it was used in the exception throwing manner to begin with then this is easy.

    Otherwise, if it was used in the monadic propagation on the lhs of an Either then this is a thorny issue. This method is required for interop with stuff like Future, Try, Task, etc., stuff that encapsulates a Throwable.

    They lose specific type information about the exception anyway, so there is no point in preserving it in the return type of this method.

    Therefore, this method should guarantee that the runtime properties of the new Throwable match those of "this". i.e.

    Definition Classes
    AnomalousFailureAnomaly
  22. def canEqual(that: Any): Boolean
    Definition Classes
    SingletonAnomalyProduct → Equals
  23. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def fillInStackTrace(): Throwable
    Definition Classes
    Throwable
  27. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  28. def getCause(): Throwable
    Definition Classes
    Throwable
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def getLocalizedMessage(): String
    Definition Classes
    Throwable
  31. def getMessage(): String
    Definition Classes
    Throwable
  32. def getStackTrace(): Array[StackTraceElement]
    Definition Classes
    Throwable
  33. final def getSuppressed(): Array[Throwable]
    Definition Classes
    Throwable
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  35. def id: AnomalyID
    Definition Classes
    NotFoundFailureAnomaly
  36. def initCause(arg0: Throwable): Throwable
    Definition Classes
    Throwable
  37. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  38. val message: String
    Definition Classes
    NotFoundFailureAnomalousFailureAnomaly
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def parameters: Parameters
    Definition Classes
    Anomaly
  43. def printStackTrace(arg0: PrintWriter): Unit
    Definition Classes
    Throwable
  44. def printStackTrace(arg0: PrintStream): Unit
    Definition Classes
    Throwable
  45. def printStackTrace(): Unit
    Definition Classes
    Throwable
  46. def productArity: Int
    Definition Classes
    SingletonAnomalyProduct → Product
  47. def productElement(n: Int): Any
    Definition Classes
    SingletonAnomalyProduct → Product
  48. def productIterator: Iterator[Any]
    Definition Classes
    Product
  49. def productPrefix: String
    Definition Classes
    Product
  50. def setStackTrace(arg0: Array[StackTraceElement]): Unit
    Definition Classes
    Throwable
  51. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  52. def toString(): String
    Definition Classes
    Throwable → AnyRef → Any
  53. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  54. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from FailureConstructors[NotFoundFailure]

Inherited from AnomalyConstructors[NotFoundFailure]

Inherited from SingletonAnomalyProduct

Inherited from NotFoundFailure

Inherited from NotFoundAnomaly

Inherited from NotFound

Inherited from AnomalousFailure

Inherited from Anomaly

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from Exception

Inherited from Throwable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped