final case class Composite(errs: List[Err], context: List[String]) extends Err with Product with Serializable
- Source
- Err.scala
- Alphabetic
- By Inheritance
- Composite
- Serializable
- Serializable
- Product
- Equals
- Err
- AnyRef
- Any
- by any2stringadd
- by StringFormat
- by Ensuring
- by ArrowAssoc
- Hide All
- Show All
- Public
- All
Instance Constructors
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
- def +(other: String): String
- def ->[B](y: B): (Composite, B)
-
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( ... ) @native()
-
val
context: List[String]
Gets a stack of context identifiers.
- def ensuring(cond: (Composite) ⇒ Boolean, msg: ⇒ Any): Composite
- def ensuring(cond: (Composite) ⇒ Boolean): Composite
- def ensuring(cond: Boolean, msg: ⇒ Any): Composite
- def ensuring(cond: Boolean): Composite
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errs: List[Err]
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
message: String
Gets a description of the error.
-
def
messageWithContext: String
Gets a description of the error with the context identifiers prefixing the message.
Gets a description of the error with the context identifiers prefixing the message.
- Definition Classes
- Err
-
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()
- def push(err: Err): Composite
-
def
pushContext(ctx: String): Err
Returns a new error with the specified context identifier pushed in to the context stack.
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Err → AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
- def →[B](y: B): (Composite, B)