trait
HasDetails extends AnyRef
Abstract Value Members
-
abstract
def
notifyDetail(ex: Throwable): Unit
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (HasDetails, B)
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
def
debug(msg: String, id: Int): Unit
-
def
debug(msg: String): Unit
-
-
-
-
-
-
-
-
def
error(msg: String, id: Int): Unit
-
def
error(msg: String): Unit
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
-
def
info(msg: String, id: Int): Unit
-
def
info(msg: String): Unit
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
def
warn(msg: String, id: Int): Unit
-
def
warn(msg: String): Unit
-
def
→[B](y: B): (HasDetails, B)
Trait for a builder that aggregates details, which will become issues.
Under the covers, details are Throwable instances: either exceptions thrown by the application code or ThrowableMessage instances that may be thrown and caught or simply constructed using one of the convenience methods exposed by this trait.